Remove h3s. see #17240
git-svn-id: http://svn.automattic.com/wordpress/trunk@17773 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
54d958ddbd
commit
a53b3f3bb9
|
@ -471,7 +471,6 @@ class Custom_Image_Header {
|
|||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<h3><?php _e( 'Header Image' ) ?></h3>
|
||||
<table class="form-table">
|
||||
<tbody>
|
||||
|
||||
|
@ -569,7 +568,6 @@ class Custom_Image_Header {
|
|||
</table>
|
||||
|
||||
<?php if ( $this->header_text() ) : ?>
|
||||
<h3><?php _e( 'Header Text' ) ?></h3>
|
||||
<table class="form-table">
|
||||
<tbody>
|
||||
<tr valign="top" class="hide-if-no-js">
|
||||
|
|
Loading…
Reference in New Issue