diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 034a8e57c2..1c347cb020 100644 --- a/wp-admin/includes/file.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 683e8e0297..b9ec14093f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.