Changeset 30459 for trunk/src/wp-admin/custom-header.php
- Timestamp:
- 11/20/2014 03:28:55 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/custom-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r30356 r30459 525 525 <h2><?php _e( 'Custom Header' ); ?></h2> 526 526 527 <?php if ( current_user_can( 'customize' ) ) { ?> 528 <div class="update-nag hide-if-no-customize"> 529 <p> 530 <?php 531 printf( 532 __( 'You can now manage and live-preview Custom Header in the <a href="%1$s">Customizer</a>.' ), 533 admin_url( 'customize.php?autofocus[control]=header_image' ) 534 ); 535 ?> 536 </p> 537 </div> 538 <?php } ?> 539 527 540 <?php if ( ! empty( $this->updated ) ) { ?> 528 541 <div id="message" class="updated">
Note: See TracChangeset
for help on using the changeset viewer.