Ticket #22623: 22623.diff
| File 22623.diff, 663 bytes (added by , 13 years ago) |
|---|
-
wp-admin/custom-header.php
603 603 <th scope="row"><?php _e( 'Header Text' ); ?></th> 604 604 <td> 605 605 <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> 607 607 </p> 608 608 </td> 609 609 </tr>