Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54190, comment 16


Ignore:
Timestamp:
08/30/2023 06:20:36 PM (3 years ago)
Author:
jdorner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54190, comment 16

    initial v1  
    1 It looks like this bug is fixed.
     1I can upload the file.
     2
     3It appears that sanitize_file_name is working correctly now - so I believe this issue is resolved.
     4
     5However, when uploading a file with a left smart apostrophe the file is stored as: "test´filename.txt". The character is not getting removed.
     6
     7Is the filename not sanitized using sanitize_file_name before saving?
    28
    39Thanks!