Changeset 52332 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 12/07/2021 12:18:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r52285 r52332 13 13 * @since 3.0.0 14 14 * 15 * @param array $file $_FILESarray for a given file.16 * @return array $_FILES arraywith 'error' key set if file exceeds quota. 'error' is empty otherwise.15 * @param array $file An element from the `$_FILES` array for a given file. 16 * @return array The `$_FILES` array element with 'error' key set if file exceeds quota. 'error' is empty otherwise. 17 17 */ 18 18 function check_upload_size( $file ) {
Note: See TracChangeset
for help on using the changeset viewer.