Make WordPress Core

Ticket #22461: 22461.diff

File 22461.diff, 717 bytes (added by DrewAPicture, 12 years ago)
  • wp-admin/custom-header.php

     
    636636</td>
    637637</tr>
    638638
    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 
    649639</tbody>
    650640</table>
    651641<?php endif;