diff --git a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php index ed0c92dbc5..3aee4ef271 100644 --- a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php +++ b/src/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/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php b/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php index 88255fc709..89ae72220e 100644 --- a/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php +++ b/src/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' ) . '

';