diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 253d60b961..38f2bdd80b 100644 --- a/wp-admin/edit-comments.php +++ b/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( diff --git a/wp-includes/version.php b/wp-includes/version.php index a895b941e0..a0148edb0d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50998'; +$wp_version = '5.8-alpha-50999'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.