diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 9697fb6a5d..04e3e0ade4 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -981,8 +981,8 @@ final class WP_Theme implements ArrayAccess { 'tan' => __( 'Tan' ), 'white' => __( 'White' ), 'yellow' => __( 'Yellow' ), - 'dark' => __( 'Dark' ), - 'light' => _x( 'Light', 'color' ), + 'dark' => _x( 'Dark', 'color scheme' ), + 'light' => _x( 'Light', 'color scheme' ), 'fixed-layout' => __( 'Fixed Layout' ), 'fluid-layout' => __( 'Fluid Layout' ), 'responsive-layout' => __( 'Responsive Layout' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 486642abf0..0f2aa93459 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52602'; +$wp_version = '6.0-alpha-52603'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.