Changeset 49936 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 01/05/2021 05:14:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r49929 r49936 1256 1256 * @param string $filename The file to validate. 1257 1257 * @param string|array $signatures A Signature provided for the file. 1258 * @param string $filename_for_errors A friendly filename for errors. Optional.1258 * @param string|false $filename_for_errors Optional. A friendly filename for errors. 1259 1259 * @return bool|WP_Error True on success, false if verification not attempted, 1260 1260 * or WP_Error describing an error condition.
Note: See TracChangeset
for help on using the changeset viewer.