screen_icon() after <div class="wrap">, props johnbillion, fixes #10795
git-svn-id: http://svn.automattic.com/wordpress/trunk@11940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e758264d87
commit
de6b730d1f
|
@ -14,9 +14,9 @@ wp_enqueue_script( 'wp-gears' );
|
|||
|
||||
require_once('admin-header.php');
|
||||
|
||||
screen_icon();
|
||||
?>
|
||||
<div class="wrap">
|
||||
<?php screen_icon(); ?>
|
||||
<h2><?php echo esc_html( $title ); ?></h2>
|
||||
|
||||
<div class="tool-box">
|
||||
|
|
Loading…
Reference in New Issue