Changeset 11363
- Timestamp:
- 05/16/2009 05:19:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r11361 r11363 264 264 $total_upgrade_plugins = count($upgrade_plugins); 265 265 266 // Sort active before inactive for all plugins list267 $all_plugins = array_merge($active_plugins, $inactive_plugins);268 269 266 //Searching. 270 267 if ( isset($_GET['s']) ) {
Note: See TracChangeset
for help on using the changeset viewer.