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>
|
</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">
|
||||||
|
|
Loading…
Reference in New Issue