Changes between Initial Version and Version 6 of Ticket #54190
- Timestamp:
- 10/05/2021 06:09:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54190
- Property Keywords dev-feedback reporter-feedback needs-testing-info added
-
Property
Version
changed from
5.8.1to5.5 -
Property
Component
changed from
GeneraltoMedia -
Property
Summary
changed from
sanitize_file_name allows acute accents and left smart apostrophetosanitize_file_name disallows acute accents and left smart apostrophe
-
Ticket #54190 – Description
initial v6 1 1 The following change to line 1991 of wp-includes/formatting.php will disallow acute accents and left smart apostrophe in file names 2 {{{ 2 3 $special_chars = array( '?', '[', ']', '/', '\\', '=', '<', '>', ':', ';', ',', "'", '"', '&', '$', '#', '*', '(', ')', '|', '~', '`', '´', '!', '{', '}', '%', '+', 'ʻ','’', '«', '»', '”', '“', chr( 0 ) ); 4 }}}