Display placeholder when no comments found. props garyc40. fixes #15937
git-svn-id: http://svn.automattic.com/wordpress/trunk@17103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
587ea006b5
commit
b9a7bb4bc7
|
@ -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;">
|
||||||
|
|
Loading…
Reference in New Issue