From 949bc7c7e353833fc3e737592ed7345647207740 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 19 Jul 2016 19:34:29 +0000 Subject: [PATCH] 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 --- wp-includes/canonical.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.