Docs: Use the three-digit, x.x.x-style version in the DocBlock for the nested `lowercase_octets()` function.

See #32246. See #meta942.

Built from https://develop.svn.wordpress.org/trunk@38107


git-svn-id: http://core.svn.wordpress.org/trunk@38048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-07-19 19:34:29 +00:00
parent f929f502fa
commit 949bc7c7e3
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.