Docs: Update @since version for wp_zip_file_is_valid().

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

Props TobiasBg.
See #60398.

git-svn-id: https://develop.svn.wordpress.org/trunk@57984 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2024-04-11 14:26:56 +00:00
parent f525e665b6
commit 0d730aaf4e

View File

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