Make WordPress Core

Changeset 4322


Ignore:
Timestamp:
10/04/2006 08:56:44 AM (17 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

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

    r4313 r4322  
    9595    }
    9696
    97     uksort($plugins, 'sort_plugins');
     97    uasort($plugins, 'sort_plugins');
    9898
    9999    foreach($plugins as $plugin_file => $plugin_data) {
Note: See TracChangeset for help on using the changeset viewer.