From 4f4f25382113641f684c5b73cf6f493fee9ea6d9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 24 Apr 2019 23:35:50 +0000 Subject: [PATCH] Docs: Use 3-digit, x.x.x style semantic versioning for `@since 5.2.0` entries in `wp-admin/includes/file.php`. See #46543. git-svn-id: https://develop.svn.wordpress.org/trunk@45266 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php index 034a8e57c2..1c347cb020 100644 --- a/src/wp-admin/includes/file.php +++ b/src/wp-admin/includes/file.php @@ -1066,7 +1066,7 @@ function download_url( $url, $timeout = 300, $signature_verification = false ) { /** * Filter the URL where the signature for a file is located. * - * @since 5.2 + * @since 5.2.0 * * @param false|string $signature_url The URL where signatures can be found for a file, or false if none are known. * @param string $url The URL being verified.