Changeset 15830 for trunk/wp-admin/custom-header.php
- Timestamp:
- 10/17/2010 06:24:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r15828 r15830 563 563 564 564 wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?> 565 <p class="submit"><input type="submit" class="button-primary" name="save-header-options" value="<?php esc_attr_e( 'Save Changes' ); ?>" /></p> 565 566 <?php submit_button(); ?> 566 567 </form> 567 568 </div> … … 637 638 </div> 638 639 639 <p class="submit">640 640 <input type="hidden" name="x1" id="x1" value="0"/> 641 641 <input type="hidden" name="y1" id="y1" value="0"/> … … 645 645 <input type="hidden" name="oitar" id="oitar" value="<?php echo esc_attr( $oitar ); ?>" /> 646 646 <?php wp_nonce_field( 'custom-header-crop-image' ) ?> 647 <input type="submit" class="button-primary" value="<?php esc_attr_e( 'Crop and Publish' ); ?>" /> 647 648 <?php submit_button( __( 'Crop and Publish' ) ); ?> 648 649 </p> 649 650 </form>
Note: See TracChangeset
for help on using the changeset viewer.