Ticket #22461: 22461.diff
File 22461.diff, 717 bytes (added by , 12 years ago) |
---|
-
wp-admin/custom-header.php
636 636 </td> 637 637 </tr> 638 638 639 <?php if ( current_theme_supports( 'custom-header', 'default-text-color' ) && get_theme_mod( 'header_textcolor' ) ) { ?>640 <tr valign="top">641 <th scope="row"><?php _e('Reset Text Color'); ?></th>642 <td>643 <p><?php _e( 'This will restore the original header text. You will not be able to restore any customizations.' ) ?></p>644 <?php submit_button( __( 'Restore Original Header Text' ), 'button', 'resettext', false ); ?>645 </td>646 </tr>647 <?php } ?>648 649 639 </tbody> 650 640 </table> 651 641 <?php endif;