diff --git a/wp-admin/upload.php b/wp-admin/upload.php index cb6c6cb608..3c48cc9476 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -230,17 +230,6 @@ if ( 'grid' === $mode ) { ); } - if ( ! empty( $message ) ) { - wp_admin_notice( - $message, - array( - 'id' => 'message', - 'additional_classes' => array( 'updated' ), - 'dismissible' => true, - ) - ); - } - $js_required_message = sprintf( /* translators: %s: List view URL. */ __( 'The grid view for the Media Library requires JavaScript. Switch to the list view.' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 064477ed7f..1c54f8d791 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56662'; +$wp_version = '6.4-alpha-56663'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.