Changeset 20980 for trunk/wp-admin/custom-header.php
- Timestamp:
- 06/02/2012 04:57:10 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/custom-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r20966 r20980 793 793 <?php wp_nonce_field( 'custom-header-crop-image' ) ?> 794 794 795 <p class="submit"><?php 796 submit_button( __( 'Crop and Publish' ), 'primary', 'submit', false ); 795 <p class="submit"> 796 <?php submit_button( __( 'Crop and Publish' ), 'primary', 'submit', false ); ?> 797 <?php 797 798 if ( isset( $oitar ) && 1 == $oitar ) 798 submit_button( __( 'Skip Cropping, Use Image as Is' ), 'primary', 'skip-cropping', false );799 submit_button( __( 'Skip Cropping, Publish Image as Is' ), 'secondary', 'skip-cropping', false ); 799 800 ?> 800 801 </p>
Note: See TracChangeset
for help on using the changeset viewer.