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/includes/template.php

    r7089 r7098  
    593593}
    594594
    595 function _wp_comment_row( $comment_id, $mode, $checkbox = true ) {
     595function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true ) {
    596596    global $comment, $post;
    597597    $comment = get_comment( $comment_id );
Note: See TracChangeset for help on using the changeset viewer.