diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 134c8bb05d..47b44ee31d 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -68,7 +68,7 @@ if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_ - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 83b90938f3..5027ef3975 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59386'; +$wp_version = '6.8-alpha-59388'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.