Make WordPress Core


Ignore:
Timestamp:
10/04/2006 03:49:56 AM (18 years ago)
Author:
markjaquith
Message:

case insensitive sorting. props Nazgul. fixes #3108

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/plugin.php

    r4186 r4289  
    7171
    7272    if ( isset($wp_filter[$tag]) )
    73         ksort( $wp_filter[$tag] );
     73        uksort( $wp_filter[$tag], "strnatcasecmp" );
    7474}
    7575
Note: See TracChangeset for help on using the changeset viewer.