Skip to content

Commit 0d730aa

Browse files
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
1 parent f525e66 commit 0d730aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/file.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ function wp_trusted_keys() {
15691569
* This function does not test to ensure that a file exists. Non-existent files
15701570
* are not valid ZIPs, so those will also return false.
15711571
*
1572-
* @since 6.5.0
1572+
* @since 6.4.4
15731573
*
15741574
* @param string $file Full path to the ZIP file.
15751575
* @return bool Whether the file is a valid ZIP file.

0 commit comments

Comments
 (0)