Screen icons

git-svn-id: http://svn.automattic.com/wordpress/trunk@9903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-11-26 13:51:25 +00:00
parent ba7c715d8e
commit 7c68e6945a
53 changed files with 140 additions and 12 deletions

View File

@@ -507,6 +507,7 @@ require_once('admin-header.php');
<?php endif; ?>
<div class="wrap">
<?php screen_icon(); ?>
<h2><?php echo wp_specialchars( $title ); ?></h2>
<?php if ( $notice ) : ?>
<div id="notice" class="error"><p><?php echo $notice ?></p></div>