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

git-svn-id: http://svn.automattic.com/wordpress/trunk@15158 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-06-07 16:25:33 +00:00
parent 0f1c7faf0c
commit 67980797eb
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>
<input type="hidden" name="attachment_id" id="attachment_id" value="<?php echo esc_attr( $id ); ?>" />
<input type="hidden" name="oitar" id="oitar" value="<?php echo esc_attr( $oitar ); ?>" />
<?php wp_nonce_field( 'custom-header-crop-image' ) ?>
<input type="submit" value="<?php esc_attr_e( 'Crop Header' ); ?>" />
<input type="submit" class="button-primary" value="<?php esc_attr_e( 'Crop and Publish' ); ?>" />
</p>
</form>
</div>