Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:46:56 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various corrections to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48538 r48573  
    25982598 *
    25992599 * @param string $filename The file name to check.
    2600  * $param array  $files    An array of existing files in the directory.
    2601  * $return bool True if the tested file name could match an existing file, false otherwise.
     2600 * @param array  $files    An array of existing files in the directory.
     2601 * @return bool True if the tested file name could match an existing file, false otherwise.
    26022602 */
    26032603function _wp_check_existing_file_names( $filename, $files ) {
Note: See TracChangeset for help on using the changeset viewer.