mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 15:16:29 +01:00
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:
parent
f929f502fa
commit
949bc7c7e3
@ -481,7 +481,7 @@ function redirect_canonical( $requested_url = null, $do_redirect = true ) {
|
|||||||
/**
|
/**
|
||||||
* Converts the first hex-encoded octet match to lowercase.
|
* Converts the first hex-encoded octet match to lowercase.
|
||||||
*
|
*
|
||||||
* @since 3.1
|
* @since 3.1.0
|
||||||
* @ignore
|
* @ignore
|
||||||
*
|
*
|
||||||
* @param array $matches Hex-encoded octet matches for the requested URL.
|
* @param array $matches Hex-encoded octet matches for the requested URL.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user