Changeset 4323
- Timestamp:
- 10/04/2006 08:57:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/plugins.php
r3937 r4323 92 92 return strnatcasecmp($plug1['Name'], $plug2['Name']); 93 93 } 94 95 u ksort($plugins, 'sort_plugins');94 95 uasort($plugins, 'sort_plugins'); 96 96 97 97 foreach($plugins as $plugin_file => $plugin_data) {
Note: See TracChangeset
for help on using the changeset viewer.