From adbec850ef9ac5ef098340a1d38c6dcc4c86c3d4 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 5 Jul 2018 15:20:46 +0000 Subject: [PATCH] Media: Update the `@since` tag for `wp_normalize_path()` as this has been backported to th 3.9 (and all other) branches. See #42837 git-svn-id: https://develop.svn.wordpress.org/trunk@43406 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 619e55304e..9fba7917d6 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -1809,7 +1809,7 @@ function path_join( $base, $path ) { * @since 3.9.0 * @since 4.4.0 Ensures upper-case drive letters on Windows systems. * @since 4.5.0 Allows for Windows network shares. - * @since 5.0.0 Allows for PHP file wrappers. + * @since 4.9.7 Allows for PHP file wrappers. * * @param string $path Path to normalize. * @return string Normalized path.