diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php new file mode 100644 index 000000000..56333746c --- /dev/null +++ b/wp-admin/edit-comments.php @@ -0,0 +1,179 @@ + + +
+ + + + + + + + + +
+ Show comments: + + + + + + +
+
+ 0) { +?> + + + + + +
+
+
+ + + + +
+
+
+
+ + +   + +
+
+
+  to   +   + +
+
+
+ + +
+ + get_results("SELECT * FROM $tablecomments " + ."ORDER BY comment_date $commentorder " + ."LIMIT $commentstart, $commentend" + ); + +// need to account for offet, etc. + + if ($comments) { + foreach ($comments as $comment) { + ?> +

+ @ + [ + $authordata->user_level) or ($user_login == $authordata->user_login)) { + echo "comment_ID."\">Edit"; + echo " - comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return confirm('You are about to delete this comment by \'".$comment->comment_author."\'\\n \'Cancel\' to stop, \'OK\' to delete.')\">Delete - "; + } // end if any comments to show + ?> + View Post ] +
+ ( / ) (IP: ) + + +

+ +
+ + +

+ No results found. +

+ + + +
+ + \ No newline at end of file