Show
Ignore:
Timestamp:
10/04/06 03:50:14 (2 years ago)
Author:
markjaquith
Message:

case insensitive sorting. props Nazgul. fixes #3108

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0/wp-admin/menu.php

    r3185 r4290  
    5656 
    5757do_action('admin_menu', ''); 
    58 ksort($menu); // make it all pretty 
     58uksort($menu, "strnatcasecmp"); // make it all pretty 
    5959 
    6060if (! user_can_access_admin_page()) {