Docs: Update `@since` version for `wp_zip_file_is_valid()`.

Follow-up to [57537], [57916], [57929].

Props TobiasBg.
See #60398.
Built from https://develop.svn.wordpress.org/trunk@57984


git-svn-id: http://core.svn.wordpress.org/trunk@57470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-04-11 14:28:14 +00:00
parent a6b9c3d542
commit 181e799593
2 changed files with 2 additions and 2 deletions

View File

@ -1569,7 +1569,7 @@ function wp_trusted_keys() {
* This function does not test to ensure that a file exists. Non-existent files
* are not valid ZIPs, so those will also return false.
*
* @since 6.5.0
* @since 6.4.4
*
* @param string $file Full path to the ZIP file.
* @return bool Whether the file is a valid ZIP file.

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-57981';
$wp_version = '6.6-alpha-57984';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.