diff --git a/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php b/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php index ed0c92dbc5..3aee4ef271 100644 --- a/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php +++ b/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php @@ -39,7 +39,7 @@ class Twenty_Twenty_One_Customize_Notice_Control extends WP_Customize_Control { ?>

-

+

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 88255fc709..89ae72220e 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 @@ -184,9 +184,9 @@ class Twenty_Twenty_One_Dark_Mode { $description = '

'; $description .= sprintf( - // translators: %s is the wordpress.org Twenty Twenty-One support article URL. + /* translators: %s: Twenty Twenty-One support article URL. */ __( 'Dark Mode is a device setting. If a visitor to your site requests it, your site will be shown with a dark background and light text. Learn more about Dark Mode.', 'twentytwentyone' ), - __( 'https://wordpress.org/support/article/twenty-twenty-one/', 'twentytwentyone' ) + 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' ) . '

'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 44366cba74..010c645052 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49797'; +$wp_version = '5.7-alpha-49798'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.