diff --git a/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php b/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php index 4de201c1b9..854cb2e0cf 100644 --- a/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php +++ b/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php @@ -178,7 +178,7 @@ class Twenty_Twenty_One_Dark_Mode { esc_url( __( 'https://wordpress.org/support/article/twenty-twenty-one/#dark-mode-support', 'twentytwentyone' ) ) ); $description .= '
'; - $description .= '' . __( 'Dark Mode can also be turned on and off with a button that you can find in the bottom right corner of the page.', 'twentytwentyone' ) . '
'; + $description .= '' . __( 'Dark Mode can also be turned on and off with a button that you can find in the bottom corner of the page.', 'twentytwentyone' ) . '
'; $wp_customize->add_control( 'respect_user_color_preference', diff --git a/wp-includes/version.php b/wp-includes/version.php index b881ab4678..c8e8dfc853 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52210'; +$wp_version = '5.9-alpha-52211'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.