Docs: Use 3-digit, x.x.x style semantic versioning for `@since 5.2.0` entries in `wp-admin/includes/file.php`.

See #46543.
Built from https://develop.svn.wordpress.org/trunk@45266


git-svn-id: http://core.svn.wordpress.org/trunk@45075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-24 23:36:51 +00:00
parent 655c21bbea
commit 8b333f8c20
2 changed files with 2 additions and 2 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.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta3-45265';
$wp_version = '5.2-beta3-45266';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.