Changeset 27029 for trunk/src/wp-admin/custom-header.php
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r26878 r27029 465 465 466 466 <?php if ( get_custom_header() || display_header_text() ) : ?> 467 <tr valign="top">467 <tr> 468 468 <th scope="row"><?php _e( 'Preview' ); ?></th> 469 469 <td> … … 495 495 496 496 <?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?> 497 <tr valign="top">497 <tr> 498 498 <th scope="row"><?php _e( 'Select Image' ); ?></th> 499 499 <td> … … 549 549 <tbody> 550 550 <?php if ( get_uploaded_header_images() ) : ?> 551 <tr valign="top">551 <tr> 552 552 <th scope="row"><?php _e( 'Uploaded Images' ); ?></th> 553 553 <td> … … 560 560 <?php endif; 561 561 if ( ! empty( $this->default_headers ) ) : ?> 562 <tr valign="top">562 <tr> 563 563 <th scope="row"><?php _e( 'Default Images' ); ?></th> 564 564 <td> … … 575 575 <?php endif; 576 576 if ( get_header_image() ) : ?> 577 <tr valign="top">577 <tr> 578 578 <th scope="row"><?php _e( 'Remove Image' ); ?></th> 579 579 <td> … … 586 586 $default_image = get_theme_support( 'custom-header', 'default-image' ); 587 587 if ( $default_image && get_header_image() != $default_image ) : ?> 588 <tr valign="top">588 <tr> 589 589 <th scope="row"><?php _e( 'Reset Image' ); ?></th> 590 590 <td> … … 603 603 <table class="form-table"> 604 604 <tbody> 605 <tr valign="top">605 <tr> 606 606 <th scope="row"><?php _e( 'Header Text' ); ?></th> 607 607 <td> … … 612 612 </tr> 613 613 614 <tr valign="top"class="displaying-header-text">614 <tr class="displaying-header-text"> 615 615 <th scope="row"><?php _e( 'Text Color' ); ?></th> 616 616 <td>
Note: See TracChangeset
for help on using the changeset viewer.