Changeset 55276 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 02/07/2023 05:08:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r51322 r55276 360 360 */ 361 361 function twentytwenty_skip_link() { 362 echo '<a class="skip-link screen-reader-text" href="#site-content">' . __( 'Skip to the content', 'twentytwenty' ) . '</a>'; 362 echo '<a class="skip-link screen-reader-text" href="#site-content">' . 363 /* translators: Hidden accessibility text. */ 364 __( 'Skip to the content', 'twentytwenty' ) . 365 '</a>'; 363 366 } 364 367
Note: See TracChangeset
for help on using the changeset viewer.