Make WordPress Core


Ignore:
Timestamp:
02/28/2008 10:12:04 PM (18 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r7083 r7098  
    192192<?php
    193193    foreach ($comments as $comment)
    194         _wp_comment_row( $comment->comment_ID, $mode );
     194        _wp_comment_row( $comment->comment_ID, $mode, $comment_status );
    195195?>
    196196</tbody>
     
    198198<?php
    199199    foreach ($extra_comments as $comment)
    200         _wp_comment_row( $comment->comment_ID, $mode );
     200        _wp_comment_row( $comment->comment_ID, $mode, $comment_status );
    201201?>
    202202</tbody>
Note: See TracChangeset for help on using the changeset viewer.