Ticket #22623: 22623.diff

File 22623.diff, 663 bytes (added by DrewAPicture, 6 months ago)

Show header text

  • wp-admin/custom-header.php

     
    603603<th scope="row"><?php _e( 'Header Text' ); ?></th> 
    604604<td> 
    605605        <p> 
    606         <label><input type="checkbox" name="display-header-text" id="display-header-text"<?php checked( display_header_text() ); ?> /> <?php _e( 'Show header text with your image.' ); ?></label> 
     606        <label><input type="checkbox" name="display-header-text" id="display-header-text"<?php checked( display_header_text() ); ?> /> <?php _e( 'Show header text.' ); ?></label> 
    607607        </p> 
    608608</td> 
    609609</tr>