Make WordPress Core


Ignore:
Timestamp:
01/07/2021 02:15:27 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections and improvements.

See #51800.

File:
1 edited

Legend:

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

    r49936 r49942  
    735735 *     @type string[] $upload_error_strings     The strings that describe the error indicated in
    736736 *                                              `$_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.
    738738 *     @type bool     $test_size                Whether to test that the file size is greater than zero bytes.
    739739 *     @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.