Make WordPress Core


Ignore:
Timestamp:
10/04/2006 03:50:14 AM (20 years ago)
Author:
markjaquith
Message:

case insensitive sorting. props Nazgul. fixes #3108

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-includes/functions.php

    r4231 r4290  
    11941194
    11951195        if ( isset($wp_filter[$tag]) )
    1196                 ksort( $wp_filter[$tag] );
     1196                uksort( $wp_filter[$tag], "strnatcasecmp" );
    11971197}
    11981198
Note: See TracChangeset for help on using the changeset viewer.