Make WordPress Core


Ignore:
Timestamp:
02/28/2008 10:12:04 PM (17 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.php

    r7082 r7098  
    213213<?php
    214214    foreach ($comments as $comment)
    215         _wp_comment_row( $comment->comment_ID, 'detail', false );
     215        _wp_comment_row( $comment->comment_ID, 'detail', false, false );
    216216?>
    217217</tbody>
Note: See TracChangeset for help on using the changeset viewer.