Changeset 48596 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/24/2020 12:57:26 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r48593 r48596 1986 1986 function sanitize_file_name( $filename ) { 1987 1987 $filename_raw = $filename; 1988 $special_chars = array( '?', '[', ']', '/', '\\', '=', '<', '>', ':', ';', ',', "'", '"', '&', '$', '#', '*', '(', ')', '|', '~', '`', '!', '{', '}', '%', '+', chr( 0 ) );1988 $special_chars = array( '?', '[', ']', '/', '\\', '=', '<', '>', ':', ';', ',', "'", '"', '&', '$', '#', '*', '(', ')', '|', '~', '`', '!', '{', '}', '%', '+', '’', '«', '»', '”', '“', chr( 0 ) ); 1989 1989 1990 1990 // Check for support for utf8 in the installed PCRE library once and store the result in a static.
Note: See TracChangeset
for help on using the changeset viewer.