Changeset 55413 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
- Timestamp:
- 02/23/2023 10:47:19 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
r53390 r55413 176 176 /* translators: %s: Twenty Twenty-One support article URL. */ 177 177 __( '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. <a href="%s">Learn more about Dark Mode.</a>', 'twentytwentyone' ), 178 esc_url( __( 'https://wordpress.org/ support/article/twenty-twenty-one/#dark-mode-support', 'twentytwentyone' ) )178 esc_url( __( 'https://wordpress.org/documentation/article/twenty-twenty-one/#dark-mode-support', 'twentytwentyone' ) ) 179 179 ); 180 180 $description .= '</p>';
Note: See TracChangeset
for help on using the changeset viewer.