diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 9ee24d818..642577574 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -42,9 +42,16 @@ addLoadEvent(focusit); comment_content, 'content', 'newcomment_author_url'); ?> -

- -

+comment_post_ID); //get the post + $post_title = $post->post_title; // and its title +?> +
+ +

+ +

+
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 5ed425ce7..0db7b9f95 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1383,4 +1383,9 @@ a.view-link { #pass-strength-result.strong { background-color: #59ef86; border: 1px solid #319f52; +} + +a.view-comment-post-link { + position: absolute; + text-decoration:underline; } \ No newline at end of file