Skip to content

Commit fe68d2c

Browse files
committed
Make crop button primary and change text to note that cropping the image publishes it. Props ocean90. see #13720
git-svn-id: https://develop.svn.wordpress.org/trunk@15158 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d3b8126 commit fe68d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-admin/custom-header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ function step_2() {
634634
<input type="hidden" name="attachment_id" id="attachment_id" value="<?php echo esc_attr( $id ); ?>" />
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>
640640
</div>

0 commit comments

Comments
 (0)