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:
@@ -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; ?>
|
||||
|
||||
Reference in New Issue
Block a user