Make WordPress Core

Changes between Initial Version and Version 6 of Ticket #54190


Ignore:
Timestamp:
10/05/2021 06:09:23 PM (5 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54190

    • Property Keywords dev-feedback reporter-feedback needs-testing-info added
    • Property Version changed from 5.8.1 to 5.5
    • Property Component changed from General to Media
    • Property Summary changed from sanitize_file_name allows acute accents and left smart apostrophe to sanitize_file_name disallows acute accents and left smart apostrophe
  • Ticket #54190 – Description

    initial v6  
    11The following change to line 1991 of wp-includes/formatting.php will disallow acute accents and left smart apostrophe in file names
     2{{{
    23$special_chars = array( '?', '[', ']', '/', '\\', '=', '<', '>', ':', ';', ',', "'", '"', '&', '$', '#', '*', '(', ')', '|', '~', '`', '´', '!', '{', '}', '%', '+', 'ʻ','’', '«', '»', '”', '“', chr( 0 ) );
     4}}}