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:
Mark Jaquith 2010-12-21 17:34:29 +00:00
parent 34ef8c8df9
commit 63ff32198f
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ class WP_Comments_List_Table extends WP_List_Table {
</tfoot> </tfoot>
<tbody id="the-comment-list" class="list:comment"> <tbody id="the-comment-list" class="list:comment">
<?php $this->display_rows(); ?> <?php $this->display_rows_or_placeholder(); ?>
</tbody> </tbody>
<tbody id="the-extra-comment-list" class="list:comment" style="display: none;"> <tbody id="the-extra-comment-list" class="list:comment" style="display: none;">