Remove h3s. see #17240

git-svn-id: https://develop.svn.wordpress.org/trunk@17773 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-04-29 21:52:01 +00:00
parent a2e6825307
commit ee370ed273

View File

@ -471,7 +471,6 @@ class Custom_Image_Header {
</div> </div>
<?php } ?> <?php } ?>
<h3><?php _e( 'Header Image' ) ?></h3>
<table class="form-table"> <table class="form-table">
<tbody> <tbody>
@ -569,7 +568,6 @@ class Custom_Image_Header {
</table> </table>
<?php if ( $this->header_text() ) : ?> <?php if ( $this->header_text() ) : ?>
<h3><?php _e( 'Header Text' ) ?></h3>
<table class="form-table"> <table class="form-table">
<tbody> <tbody>
<tr valign="top" class="hide-if-no-js"> <tr valign="top" class="hide-if-no-js">