From cd75b0ceb9bde53ce2c5115163c5acf047822858 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 2 Mar 2006 12:26:13 +0000 Subject: [PATCH] Fix edit comment link. git-svn-id: https://develop.svn.wordpress.org/trunk@3599 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/moderation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/moderation.php b/wp-admin/moderation.php index 9166536dc3..c684f6e1e4 100644 --- a/wp-admin/moderation.php +++ b/wp-admin/moderation.php @@ -145,7 +145,7 @@ $i = 0;

comment_author_email) { ?>| comment_author_url && 'http://' != $comment->comment_author_url) { ?> | | |

comment_ID.'">' . __('Edit') . ' | ';?> +echo '' . __('Edit') . ' | ';?> | comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return deleteSomething( 'comment', $comment->comment_ID, '" . sprintf(__("You are about to delete this comment by "%s".\\n"Cancel" to stop, "OK" to delete."), wp_specialchars($comment->comment_author, 1)) . "' );\">" . __('Delete just this comment') . " | "; ?>