Ticket #15937: garyc40-15937.patch
| File garyc40-15937.patch, 572 bytes (added by , 15 years ago) |
|---|
-
wp-admin/includes/class-wp-comments-list-table.php
diff --git wp-admin/includes/class-wp-comments-list-table.php wp-admin/includes/class-wp-comments-list-table.php index cdec93e..067898a 100644
class WP_Comments_List_Table extends WP_List_Table { 273 273 </tfoot> 274 274 275 275 <tbody id="the-comment-list" class="list:comment"> 276 <?php $this->display_rows (); ?>276 <?php $this->display_rows_or_placeholder(); ?> 277 277 </tbody> 278 278 279 279 <tbody id="the-extra-comment-list" class="list:comment" style="display: none;">