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
This commit is contained in:
Sergey Biryukov 2019-04-24 23:35:50 +00:00
parent 71832fe328
commit 4f4f253821
1 changed files with 1 additions and 1 deletions

View File

@ -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.