Make WordPress Core


Ignore:
Timestamp:
12/07/2021 12:18:50 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various inline documentation corrections and improvements.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ms.php

    r52285 r52332  
    1313 * @since 3.0.0
    1414 *
    15  * @param array $file $_FILES array for a given file.
    16  * @return array $_FILES array with '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.
    1717 */
    1818function check_upload_size( $file ) {
Note: See TracChangeset for help on using the changeset viewer.