diff --git a/wp-includes/theme.php b/wp-includes/theme.php index b6b0989a3e..a391cb5d6e 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -2333,7 +2333,7 @@ function get_theme_starter_content() { * @since 4.5.0 The `customize-selective-refresh-widgets` feature was added * @since 4.7.0 The `starter-content` feature was added * @since 5.0.0 The `responsive-embeds`, `align-wide`, `dark-editor-style`, `disable-custom-colors`, - * `disable-custom-font-sizes`, `editor-color-pallete`, `editor-font-sizes`, + * `disable-custom-font-sizes`, `editor-color-palette`, `editor-font-sizes`, * `editor-styles`, and `wp-block-styles` features were added. * * @global array $_wp_theme_features diff --git a/wp-includes/version.php b/wp-includes/version.php index b926a36190..22a7ce7fb8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45422'; +$wp_version = '5.3-alpha-45423'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.