Changeset 15843 for trunk/wp-admin/custom-header.php
- Timestamp:
- 10/19/2010 07:48:22 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/custom-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r15830 r15843 559 559 </table> 560 560 <?php endif; 561 562 do_action( 'custom_header_options' ); 561 562 do_action( 'custom_header_options' ); 563 563 564 564 wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?> … … 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 647 648 648 <?php submit_button( __( 'Crop and Publish' ) ); ?> 649 649 </p>
Note: See TracChangeset
for help on using the changeset viewer.