Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43845, comment 1


Ignore:
Timestamp:
04/24/2018 01:22:52 PM (7 years ago)
Author:
tobifjellner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43845, comment 1

    initial v1  
    11Better to ask this question over at the support forum: wordpress.org/support
    22But in short: The sorting is not done by WordPress, but by your database. You need to make sure that your database collation is correctly set in your database. Unfortunately, it's not totally trivial to fix. (And for multilingual solutions it may not even be possible to get everything right without coding special solutions.)
     3EditAdd: Google and you'll find more.