Changeset 49798 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php
- Timestamp:
- 12/13/2020 06:38:25 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php
r49633 r49798 40 40 <div class="notice notice-warning"> 41 41 <p><?php esc_html_e( 'To access the Dark Mode settings, select a light background color.', 'twentytwentyone' ); ?></p> 42 <p><a href=" https://wordpress.org/support/article/twenty-twenty-one/">42 <p><a href="<?php echo esc_url( __( 'https://wordpress.org/support/article/twenty-twenty-one/#dark-mode-support', 'twentytwentyone' ) ); ?>"> 43 43 <?php esc_html_e( 'Learn more about Dark Mode.', 'twentytwentyone' ); ?> 44 44 </a></p>
Note: See TracChangeset
for help on using the changeset viewer.