diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 25660393a0..b0da2b0a84 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -4688,7 +4688,7 @@ final class WP_Customize_Manager { /* * If the return URL is a page added by a theme to the Appearance menu via add_submenu_page(), - * verify that belongs to the active theme, otherwise fall back to the Themes screen. + * verify that it belongs to the active theme, otherwise fall back to the Themes screen. */ if ( isset( $query_vars['page'] ) && ! isset( $_registered_pages[ "appearance_page_{$query_vars['page']}" ] ) ) { $return_url = admin_url( 'themes.php' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 9b4fb10ed8..4459ba5a96 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51729'; +$wp_version = '5.9-alpha-51730'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.