Revert [11307]. fixes #9842
git-svn-id: http://svn.automattic.com/wordpress/trunk@11363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a5d66148b6
commit
825b4c3b3a
|
@ -263,9 +263,6 @@ $total_active_plugins = count($active_plugins);
|
||||||
$total_recent_plugins = count($recent_plugins);
|
$total_recent_plugins = count($recent_plugins);
|
||||||
$total_upgrade_plugins = count($upgrade_plugins);
|
$total_upgrade_plugins = count($upgrade_plugins);
|
||||||
|
|
||||||
// Sort active before inactive for all plugins list
|
|
||||||
$all_plugins = array_merge($active_plugins, $inactive_plugins);
|
|
||||||
|
|
||||||
//Searching.
|
//Searching.
|
||||||
if ( isset($_GET['s']) ) {
|
if ( isset($_GET['s']) ) {
|
||||||
function _search_plugins_filter_callback($plugin) {
|
function _search_plugins_filter_callback($plugin) {
|
||||||
|
|
Loading…
Reference in New Issue