Display placeholder when no comments found. props garyc40. fixes #15937
git-svn-id: https://develop.svn.wordpress.org/trunk@17103 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
34ef8c8df9
commit
63ff32198f
@ -273,7 +273,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
</tfoot>
|
||||
|
||||
<tbody id="the-comment-list" class="list:comment">
|
||||
<?php $this->display_rows(); ?>
|
||||
<?php $this->display_rows_or_placeholder(); ?>
|
||||
</tbody>
|
||||
|
||||
<tbody id="the-extra-comment-list" class="list:comment" style="display: none;">
|
||||
|
Loading…
Reference in New Issue
Block a user