Changeset 48573 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/23/2020 12:46:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r48538 r48573 2598 2598 * 2599 2599 * @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. 2602 2602 */ 2603 2603 function _wp_check_existing_file_names( $filename, $files ) {
Note: See TracChangeset
for help on using the changeset viewer.