screen_icon() for Custom Image Header

git-svn-id: https://develop.svn.wordpress.org/trunk@9924 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-27 19:24:46 +00:00
parent 2bede953c4
commit 798561238f
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 {
}
}
?>
?>