Skip to content

Commit

Permalink
removed option to change the custom-header values in the general tab …
Browse files Browse the repository at this point in the history
…of the options, now utilizes the customizer - width if set, or 980 default
  • Loading branch information
Frumph committed Oct 4, 2015
1 parent 7006e7c commit 909f197
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions options/general.php
Expand Up @@ -52,25 +52,6 @@
</td>
</tr>
</table>


<table class="widefat">
<thead>
<tr>
<th colspan="5"><?php _e( 'Custom Header', 'comicpress' ); ?></th>
</tr>
</thead>
<tr class="alternate">
<th scope="row"><label for="custom_image_header_width"><?php _e('Custom Header Values', 'comicpress' ); ?></label></th>
<td>
<?php _e( 'Width:', 'comicpress' ); ?> <input type="text" size="5" name="custom_image_header_width" id="custom_image_header_width" value="<?php echo $comicpress_options['custom_image_header_width']; ?>" />px &nbsp;
<?php _e( 'Height:', 'comicpress' ); ?> <input type="text" size="5" name="custom_image_header_height" id="custom_image_header_height" value="<?php echo $comicpress_options['custom_image_header_height']; ?>" />px<br />
<?php _e( 'Modify the height and width of the custom header *if* you use Appearance &#10132; Header.', 'comicpress' ); ?><br />
<?php _e( '3 Column Layouts are 980px width while 2 Column Layouts are 780px width as default.', 'comicpress' ); ?><br />
<strong><?php _e( 'NOTE: This should only be used if the appearance &#10132; header section is not displaying your header dimensions correctly.', 'comicpress' ); ?></strong>
</td>
</tr>
</table>

<table class="widefat">
<thead>
Expand Down

0 comments on commit 909f197

Please sign in to comment.