wp_list_sort issue with cases
-
wp_list_sort() is fantastic, so easy to sort anything. This function however when sorting alphabetically, takes letter cases into account, so if I have:
[ S, s, a, A ]
, it comes out as:[ A, S, a, s ]
, uppercases always come first. I’m not sure if this is a bug or how it’s intended to work, but it’s not very useful this way. Any chance this could get fixed or possibly an option to change this behavior?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp_list_sort issue with cases’ is closed to new replies.