Make WordPress Core


Ignore:
Timestamp:
01/05/2021 05:14:24 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in various docblocks.

See #51800, #52217

File:
1 edited

Legend:

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

    r49929 r49936  
    12561256 * @param string       $filename            The file to validate.
    12571257 * @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.
    12591259 * @return bool|WP_Error True on success, false if verification not attempted,
    12601260 *                       or WP_Error describing an error condition.
Note: See TracChangeset for help on using the changeset viewer.