From 3aad67fd488cd62a099f97caaf8a0eeae3475b73 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 19 Jul 2016 19:33:31 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@38107 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/canonical.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/canonical.php b/src/wp-includes/canonical.php index 264a277886..387b9f2383 100644 --- a/src/wp-includes/canonical.php +++ b/src/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.