diff --git a/wp-admin/options.php b/wp-admin/options.php
index d63b10eb4f..4e6ecbeb64 100644
--- a/wp-admin/options.php
+++ b/wp-admin/options.php
@@ -245,7 +245,7 @@ if ( 'update' === $action ) { // We are saving settings sent from a settings pag
wp_die(
sprintf(
/* translators: %s: The options page name. */
- __( 'Error: Options page %s not found in the allowed options list.' ),
+ __( 'Error: Options page %s not found in the allowed options list.' ),
'' . esc_html( $option_page ) . ''
)
);
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 2a2975e549..fb8af9581f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.1-alpha-53475';
+$wp_version = '6.1-alpha-53476';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.