Revert [11307]. fixes #9842
git-svn-id: https://develop.svn.wordpress.org/trunk@11363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
49f326fb2c
commit
39e73e8f2f
@ -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
Block a user