Make WordPress Core


Ignore:
Timestamp:
05/25/2010 05:46:08 PM (14 years ago)
Author:
nacin
Message:

Always show all comment status links in edit-comments.php so dynamic moderation can update the counts.

File:
1 edited

Legend:

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

    r14652 r14895  
    220220    if ( !isset( $num_comments->$status ) )
    221221        $num_comments->$status = 10;
    222     if ( empty( $num_comments->$status ) )
    223         continue;
    224222    $link = add_query_arg( 'comment_status', $status, $link );
    225223    if ( $post_id )
Note: See TracChangeset for help on using the changeset viewer.