Make WordPress Core


Ignore:
Timestamp:
06/07/2010 04:25:33 PM (14 years ago)
Author:
ryan
Message:

Make crop button primary and change text to note that cropping the image publishes it. Props ocean90. see #13720

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-header.php

    r15054 r15158  
    635635    <input type="hidden" name="oitar" id="oitar" value="<?php echo esc_attr( $oitar ); ?>" />
    636636    <?php wp_nonce_field( 'custom-header-crop-image' ) ?>
    637     <input type="submit" value="<?php esc_attr_e( 'Crop Header' ); ?>" />
     637    <input type="submit" class="button-primary" value="<?php esc_attr_e( 'Crop and Publish' ); ?>" />
    638638    </p>
    639639</form>
Note: See TracChangeset for help on using the changeset viewer.