Ticket #22498: 22498.patch
File 22498.patch, 675 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/custom-header.php
374 374 } 375 375 }); 376 376 $('#display-header-text').click( toggle_text ); 377 <?php if ( ! display_header_text() ) : ?>378 toggle_text();379 <?php endif; ?>380 377 }); 381 378 })(jQuery); 382 379 /* ]]> */ … … 629 626 </td> 630 627 </tr> 631 628 632 <tr class="displaying-header-text"> 629 <?php 630 $style = display_header_text() ? '' : ' style="display:none;"'; 631 ?> 632 <tr class="displaying-header-text"<?php echo $style; ?>> 633 633 <th scope="row"><?php _e( 'Text Color' ); ?></th> 634 634 <td> 635 635 <p>