Changeset 49942 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 01/07/2021 02:15:27 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r49936 r49942 735 735 * @type string[] $upload_error_strings The strings that describe the error indicated in 736 736 * `$_FILES[{form field}]['error']`. 737 * @type bool $test_form Whether to test that the `$_POST['action ]` parameter is as expected.737 * @type bool $test_form Whether to test that the `$_POST['action']` parameter is as expected. 738 738 * @type bool $test_size Whether to test that the file size is greater than zero bytes. 739 739 * @type bool $test_type Whether to test that the mime type of the file is as expected.
Note: See TracChangeset
for help on using the changeset viewer.