diff --git a/wp-includes/canonical.php b/wp-includes/canonical.php index 264a277886..387b9f2383 100644 --- a/wp-includes/canonical.php +++ b/wp-includes/canonical.php @@ -481,7 +481,7 @@ function redirect_canonical( $requested_url = null, $do_redirect = true ) { /** * Converts the first hex-encoded octet match to lowercase. * - * @since 3.1 + * @since 3.1.0 * @ignore * * @param array $matches Hex-encoded octet matches for the requested URL. diff --git a/wp-includes/version.php b/wp-includes/version.php index af0dbbbc6d..c86c36435b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta3-38106'; +$wp_version = '4.6-beta3-38107'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.