Add the screen_icon() for Widgetless themes too
git-svn-id: http://svn.automattic.com/wordpress/trunk@10033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
93b7e3bde7
commit
b9b1b76b0b
|
@ -35,6 +35,7 @@ if ( isset($_GET['sidebar']) && isset($wp_registered_sidebars[$_GET['sidebar']])
|
|||
?>
|
||||
|
||||
<div class="wrap">
|
||||
<?php screen_icon(); ?>
|
||||
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
||||
<div class="error">
|
||||
<p><?php _e( 'No Sidebars Defined' ); ?></p>
|
||||
|
|
Loading…
Reference in New Issue