Fix network plugins menu active highlight. Props duck_. see #14435

git-svn-id: https://develop.svn.wordpress.org/trunk@15483 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-07-30 21:33:39 +00:00
parent 27806b68d9
commit dcebd71a25
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ add_contextual_help($current_screen,
);
$title = __('Plugins');
$parent_file = 'plugins.php';
require_once(ABSPATH . 'wp-admin/admin-header.php');