screen_icon() after <div class="wrap">, props johnbillion, fixes #10795
git-svn-id: https://develop.svn.wordpress.org/trunk@11940 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4095fea88c
commit
0aecb8d85d
@ -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
Block a user