Make WordPress Core

Changeset 11307


Ignore:
Timestamp:
05/12/2009 05:32:57 PM (16 years ago)
Author:
ryan
Message:

Sort active plugins before inactive plugins in all plugins list

File:
1 edited

Legend:

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

    r11261 r11307  
    265265$total_upgrade_plugins = count($upgrade_plugins);
    266266
     267// Sort active before inactive for all plugins list
     268$all_plugins = array_merge($active_plugins, $inactive_plugins);
     269
    267270//Searching.
    268271if ( isset($_GET['s']) ) {
Note: See TracChangeset for help on using the changeset viewer.