diff --git a/wp-admin/moderation.php b/wp-admin/moderation.php index fc46917c2..a2e11dc03 100644 --- a/wp-admin/moderation.php +++ b/wp-admin/moderation.php @@ -147,7 +147,7 @@ $comments = array_slice( $comments, $start, $stop );
-
    +
      comment_post_ID&c=$comment->comment_ID", "delete-comment_$comment->comment_ID" ) ); + $approve_url = clean_url( wp_nonce_url( "comment.php?action=approvecomment&p=$comment->comment_post_ID&c=$comment->comment_ID", "approve-comment_$comment->comment_ID" ) ); + $spam_url = clean_url( wp_nonce_url( "comment.php?action=deletecomment&dt=spam&p=$comment->comment_post_ID&c=$comment->comment_ID", "delete-comment_$comment->comment_ID" ) ); + ?>
    1. @@ -170,20 +175,29 @@ $comments = array_slice( $comments, $start, $stop );

      -

      - — - [ | - ', theCommentList );"> ] — +

      + + — + [ + + | + + | + + | + + ] + — comment_post_ID ) ); ?> -

      +

      -

      +

            -

      +