Changeset 26878 for trunk/src/wp-admin/custom-header.php
- Timestamp:
- 12/29/2013 08:05:50 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r26868 r26878 451 451 452 452 <div class="wrap"> 453 <h2><?php _e( 'Custom Header'); ?></h2>453 <h2><?php _e( 'Custom Header' ); ?></h2> 454 454 455 455 <?php if ( ! empty( $this->updated ) ) { ?> … … 468 468 <th scope="row"><?php _e( 'Preview' ); ?></th> 469 469 <td> 470 <?php if ( $this->admin_image_div_callback ) { 471 call_user_func( $this->admin_image_div_callback ); 470 <?php 471 if ( $this->admin_image_div_callback ) { 472 call_user_func( $this->admin_image_div_callback ); 472 473 } else { 473 474 $custom_header = get_custom_header();
Note: See TracChangeset
for help on using the changeset viewer.