Make WordPress Core


Ignore:
Timestamp:
10/19/2007 06:39:07 PM (17 years ago)
Author:
ryan
Message:

AJAX list manipulation fixes for single post comment moderation. Props mdawaffe. fixes #5236

File:
1 edited

Legend:

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

    r6213 r6277  
    106106        $i = 0;
    107107        foreach ( $comments as $comment ) {
    108             get_comment( $comment ); // Cache it
    109108            _wp_comment_list_item( $comment->comment_ID, ++$i );
    110109        }
Note: See TracChangeset for help on using the changeset viewer.