Ticket #33596: 33596.patch
File 33596.patch, 1.2 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/list-tables.css
1825 1825 text-align: left; 1826 1826 } 1827 1827 1828 #comments-form .fixed .column-author { 1828 #comments-form .fixed .column-author, 1829 #commentsdiv .fixed .column-author { 1829 1830 display: none !important; 1830 1831 } 1831 1832 -
src/wp-admin/includes/template.php
478 478 ?> 479 479 <form method="get"> 480 480 <?php if ( $table_row ) : ?> 481 <table style="display:none;"><tbody id="com-reply"><tr id="replyrow" style="display:none;"><td colspan="<?php echo $wp_list_table->get_column_count(); ?>" class="colspanchange">481 <table style="display:none;"><tbody id="com-reply"><tr id="replyrow" class="inline-edit-row" style="display:none;"><td colspan="<?php echo $wp_list_table->get_column_count(); ?>" class="colspanchange"> 482 482 <?php else : ?> 483 483 <div id="com-reply" style="display:none;"><div id="replyrow" style="display:none;"> 484 484 <?php endif; ?>