From 39e73e8f2fbaff8a3e4a7d0846f1d83fd6390edd Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 16 May 2009 17:19:30 +0000 Subject: [PATCH] Revert [11307]. fixes #9842 git-svn-id: https://develop.svn.wordpress.org/trunk@11363 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugins.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index d68699be53..aa402c00c5 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -263,9 +263,6 @@ $total_active_plugins = count($active_plugins); $total_recent_plugins = count($recent_plugins); $total_upgrade_plugins = count($upgrade_plugins); -// Sort active before inactive for all plugins list -$all_plugins = array_merge($active_plugins, $inactive_plugins); - //Searching. if ( isset($_GET['s']) ) { function _search_plugins_filter_callback($plugin) {