From 0d730aaf4e67a1d97cea7171a58da6b6ce216116 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 11 Apr 2024 14:26:56 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php index 60416754f3..75c741541a 100644 --- a/src/wp-admin/includes/file.php +++ b/src/wp-admin/includes/file.php @@ -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.