Make WordPress Core

Changeset 4323


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

sort plugins by plugin name, for real. fixes #2412

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/plugins.php

    r3937 r4323  
    9292        return strnatcasecmp($plug1['Name'], $plug2['Name']);
    9393    }
    94    
    95     uksort($plugins, 'sort_plugins');
     94
     95    uasort($plugins, 'sort_plugins');
    9696
    9797    foreach($plugins as $plugin_file => $plugin_data) {
Note: See TracChangeset for help on using the changeset viewer.