Fix network plugins menu active highlight. Props duck_. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5f30d3e9a0
commit
551dc49b7b
|
@ -326,6 +326,7 @@ add_contextual_help($current_screen,
|
||||||
);
|
);
|
||||||
|
|
||||||
$title = __('Plugins');
|
$title = __('Plugins');
|
||||||
|
$parent_file = 'plugins.php';
|
||||||
|
|
||||||
require_once(ABSPATH . 'wp-admin/admin-header.php');
|
require_once(ABSPATH . 'wp-admin/admin-header.php');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue