Changeset 42011 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 10/24/2017 11:14:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r42010 r42011 664 664 * @return string|null 665 665 */ 666 function validate_file_to_edit( $file, $allowed_files = '') {666 function validate_file_to_edit( $file, $allowed_files = array() ) { 667 667 $code = validate_file( $file, $allowed_files ); 668 668
Note: See TracChangeset
for help on using the changeset viewer.