screen_icon() for Custom Image Header

git-svn-id: http://svn.automattic.com/wordpress/trunk@9924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-27 19:24:46 +00:00
parent 102c6ad0e9
commit e9b0748005
1 changed files with 2 additions and 1 deletions

View File

@ -266,6 +266,7 @@ class Custom_Image_Header {
<?php } ?>
<div class="wrap">
<?php screen_icon(); ?>
<h2><?php _e('Your Header Image'); ?></h2>
<p><?php _e('This is your header image. You can change the text color or upload and crop a new image.'); ?></p>
@ -466,4 +467,4 @@ class Custom_Image_Header {
}
}
?>
?>