mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user