Changeset 38672 for trunk/src/wp-admin/custom-header.php
- Timestamp:
- 09/28/2016 07:53:07 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/custom-header.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r37914 r38672 577 577 <input type="hidden" name="action" value="save" /> 578 578 <?php wp_nonce_field( 'custom-header-upload', '_wpnonce-custom-header-upload' ); ?> 579 <?php submit_button( __( 'Upload' ), ' button', 'submit', false ); ?>579 <?php submit_button( __( 'Upload' ), '', 'submit', false ); ?> 580 580 </p> 581 581 <?php … … 635 635 <td> 636 636 <p><?php _e( 'This will remove the header image. You will not be able to restore any customizations.' ) ?></p> 637 <?php submit_button( __( 'Remove Header Image' ), ' button', 'removeheader', false ); ?>637 <?php submit_button( __( 'Remove Header Image' ), '', 'removeheader', false ); ?> 638 638 </td> 639 639 </tr> … … 646 646 <td> 647 647 <p><?php _e( 'This will restore the original header image. You will not be able to restore any customizations.' ) ?></p> 648 <?php submit_button( __( 'Restore Original Header Image' ), ' button', 'resetheader', false ); ?>648 <?php submit_button( __( 'Restore Original Header Image' ), '', 'resetheader', false ); ?> 649 649 </td> 650 650 </tr> … … 824 824 <?php 825 825 if ( isset( $oitar ) && 1 == $oitar && ( current_theme_supports( 'custom-header', 'flex-height' ) || current_theme_supports( 'custom-header', 'flex-width' ) ) ) 826 submit_button( __( 'Skip Cropping, Publish Image as Is' ), ' secondary', 'skip-cropping', false );826 submit_button( __( 'Skip Cropping, Publish Image as Is' ), '', 'skip-cropping', false ); 827 827 ?> 828 828 </p>
Note: See TracChangeset
for help on using the changeset viewer.