Make WordPress Core

Changeset 10993


Ignore:
Timestamp:
04/17/2009 09:31:57 PM (16 years ago)
Author:
ryan
Message:

Case-insensitive sorting of themes in themes.php. Props demetris. fixes #9570

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r10923 r10993  
    4747$ct = current_theme_info();
    4848
    49 ksort( $themes );
     49uksort( $themes, "strnatcasecmp" );
    5050$theme_total = count( $themes );
    5151$per_page = 15;
Note: See TracChangeset for help on using the changeset viewer.