Changeset 35122 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 10/13/2015 03:21:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r34920 r35122 1369 1369 function sanitize_file_name( $filename ) { 1370 1370 $filename_raw = $filename; 1371 $special_chars = array("?", "[", "]", "/", "\\", "=", "<", ">", ":", ";", ",", "'", "\"", "&", "$", "#", "*", "(", ")", "|", "~", "`", "!", "{", "}", chr(0));1371 $special_chars = array("?", "[", "]", "/", "\\", "=", "<", ">", ":", ";", ",", "'", "\"", "&", "$", "#", "*", "(", ")", "|", "~", "`", "!", "{", "}", "%", "+", chr(0)); 1372 1372 /** 1373 1373 * Filter the list of characters to remove from a filename.
Note: See TracChangeset
for help on using the changeset viewer.