diff --git a/src/wp-admin/edit-comments.php b/src/wp-admin/edit-comments.php index 253d60b961..38f2bdd80b 100644 --- a/src/wp-admin/edit-comments.php +++ b/src/wp-admin/edit-comments.php @@ -228,6 +228,18 @@ if ( $post_id ) { %2$s', + get_permalink( $post_id ), + $post_type_object->labels->view_item + ); + } +} + if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) { echo ''; printf(