Remove space between screen meta and screen icon on nav menu admin.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-04-28 13:37:15 +00:00
parent bebdadc1b0
commit e34d128fad
3 changed files with 2 additions and 6 deletions

View File

@@ -326,7 +326,7 @@ if ( current_theme_supports('nav-menus') ) {
// Get the admin header
require_once( 'admin-header.php' );
?>
<div class="wrap nav-edit-wrap">
<div class="wrap">
<?php screen_icon(); ?>
<h2><?php esc_html_e('Menus'); ?></h2>
<?php echo $messages_div; ?>