Ticket #33757: 33757.patch
File 33757.patch, 1.6 KB (added by , 9 years ago) |
---|
-
wp-admin/css/list-tables.css
166 166 text-align: center; 167 167 } 168 168 169 #replyrow h5{169 #replyrow legend { 170 170 margin: .2em 0 0; 171 171 padding: 0 5px; 172 172 line-height: 1.4em; 173 173 font-size: 1em; 174 font-weight: 600; 174 175 } 175 176 176 177 #edithead .inside, -
wp-admin/includes/template.php
494 494 <?php else : ?> 495 495 <div id="com-reply" style="display:none;"><div id="replyrow" style="display:none;"> 496 496 <?php endif; ?> 497 <div id="replyhead" style="display:none;"><h5><?php _e( 'Reply to Comment' ); ?></h5></div> 498 <div id="addhead" style="display:none;"><h5><?php _e('Add new Comment'); ?></h5></div> 497 <fieldset> 498 <legend id="replyhead" style="display:none;"><?php _e( 'Reply to Comment' ); ?></legend> 499 <legend id="addhead" style="display:none;"><?php _e('Add new Comment'); ?></legend> 499 500 <div id="edithead" style="display:none;"> 500 501 <div class="inside"> 501 502 <label for="author"><?php _e('Name') ?></label> … … 520 521 wp_editor( '', 'replycontent', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings ) ); 521 522 ?> 522 523 </div> 523 524 </fieldset> 524 525 <p id="replysubmit" class="submit"> 525 526 <a href="#comments-form" class="save button-primary alignright"> 526 527 <span id="addbtn" style="display:none;"><?php _e('Add Comment'); ?></span>