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

git-svn-id: https://develop.svn.wordpress.org/trunk@6277 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-10-19 18:39:07 +00:00
parent a22e298dbd
commit 042d55e81d
3 changed files with 17 additions and 42 deletions

View File

@@ -105,7 +105,6 @@ if ('view' == $mode) {
echo "<ol id='the-comment-list' class='list:comment commentlist' $start>\n";
$i = 0;
foreach ( $comments as $comment ) {
get_comment( $comment ); // Cache it
_wp_comment_list_item( $comment->comment_ID, ++$i );
}
echo "</ol>\n\n";