diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index a39aa701de..7420942f1c 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -411,7 +411,7 @@ if ( isset( $_REQUEST['approved'] ) } } - wp_admin( + wp_admin_notice( implode( "
\n", $messages ), array( 'id' => 'moderated', diff --git a/wp-includes/version.php b/wp-includes/version.php index 4a81f05f72..8abf610973 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56575'; +$wp_version = '6.4-alpha-56576'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.