Opened 9 years ago
Closed 9 years ago
#38087 closed defect (bug) (duplicate)
Sanitizing upload filenames causes problems with non-latin characters
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.6.1 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
The latest change of
$title = $name;
to
$title = sanitize_title( $name );
seen here is causing problems with non-latin characters.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Duplicate of #37989.