diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 3526f5cb9..c4002bdee 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -244,7 +244,7 @@ function edit_comment_link($link = 'Edit This', $before = '', $after = '') { return; } - $location = get_option('siteurl') . "/wp-admin/comment.php?action=editcomment&comment=$comment->comment_ID"; + $location = get_option('siteurl') . "/wp-admin/comment.php?action=editcomment&c=$comment->comment_ID"; echo $before . "$link" . $after; }