Have the correct screen icon in place when the top level Plugins menu is plugin-install.php. This occurs when the user can install but not activate plugins. see #19824.

git-svn-id: http://core.svn.wordpress.org/trunk@21196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-06-30 12:12:26 +00:00
parent fffff45c25
commit 5bda140dbc

View File

@ -59,7 +59,7 @@ get_current_screen()->set_help_sidebar(
include(ABSPATH . 'wp-admin/admin-header.php');
?>
<div class="wrap">
<?php screen_icon(); ?>
<?php screen_icon( 'plugins' ); ?>
<h2><?php echo esc_html( $title ); ?></h2>
<?php $wp_list_table->views(); ?>