Ticket #21792: 21792.diff
| File 21792.diff, 1.0 KB (added by lessbloat, 9 months ago) |
|---|
-
wp-admin/custom-header.php
528 528 <div id="desc" class="displaying-header-text" <?php echo $style; ?>><?php bloginfo( 'description' ); ?></div> 529 529 </div> 530 530 <?php } ?> 531 <p class="edit-header-text"><?php printf( __( "Visit settings to <a href='%s'>change your site title or tagline</a>." ), admin_url('options-general.php') ); ?></p> 531 532 </td> 532 533 </tr> 533 534 <?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?> -
wp-admin/css/wp-admin.css
4567 4567 vertical-align: middle; 4568 4568 } 4569 4569 4570 .appearance_page_custom-header .edit-header-text { 4571 color: #999; 4572 } 4570 4573 4571 4574 /*------------------------------------------------------------------------------ 4572 4575 16.2 - Custom Background Screen
