Changeset 4322
- Timestamp:
- 10/04/2006 08:56:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r4313 r4322 95 95 } 96 96 97 u ksort($plugins, 'sort_plugins');97 uasort($plugins, 'sort_plugins'); 98 98 99 99 foreach($plugins as $plugin_file => $plugin_data) {
Note: See TracChangeset
for help on using the changeset viewer.