Fade approved comments from moderated list. Props mdawaffe. fixes #6032

git-svn-id: http://svn.automattic.com/wordpress/trunk@7098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-28 22:12:04 +00:00
parent bf15f62334
commit 76996fcd71
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -191,13 +191,13 @@ if ($comments) {
<tbody id="the-comment-list" class="list:comment">
<?php
foreach ($comments as $comment)
_wp_comment_row( $comment->comment_ID, $mode );
_wp_comment_row( $comment->comment_ID, $mode, $comment_status );
?>
</tbody>
<tbody id="the-extra-comment-list" class="list:comment" style="display: none;">
<?php
foreach ($extra_comments as $comment)
_wp_comment_row( $comment->comment_ID, $mode );
_wp_comment_row( $comment->comment_ID, $mode, $comment_status );
?>
</tbody>
</table>