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 3d3c170f4b..a8c22b8f2d 100644
a
|
b
|
class Twenty_Twenty_One_Customize_Notice_Control extends WP_Customize_Control { |
40 | 40 | <p><a href="<?php echo esc_url( __( 'https://wordpress.org/support/article/twenty-twenty-one/#dark-mode-support', 'twentytwentyone' ) ); ?>"> |
41 | 41 | <?php esc_html_e( 'Learn more about Dark Mode.', 'twentytwentyone' ); ?> |
42 | 42 | </a></p> |
43 | | </div> |
| 43 | </div><!-- .notice --> |
44 | 44 | <?php |
45 | 45 | } |
46 | 46 | } |