diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 4a36addfbf..9697fb6a5d 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -982,7 +982,7 @@ final class WP_Theme implements ArrayAccess { 'white' => __( 'White' ), 'yellow' => __( 'Yellow' ), 'dark' => __( 'Dark' ), - 'light' => __( 'Light' ), + 'light' => _x( 'Light', 'color' ), '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 b0c9f3d607..3a3a05c726 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52585'; +$wp_version = '6.0-alpha-52588'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.