Changeset 55276 for trunk/src/wp-includes/theme-templates.php
- Timestamp:
- 02/07/2023 05:08:26 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-templates.php
r55086 r55276 194 194 skipLink.classList.add( 'skip-link', 'screen-reader-text' ); 195 195 skipLink.href = '#' + skipLinkTargetID; 196 skipLink.innerHTML = '<?php esc_html_e( 'Skip to content' ); ?>';196 skipLink.innerHTML = '<?php /* translators: Hidden accessibility text. */ esc_html_e( 'Skip to content' ); ?>'; 197 197 198 198 // Inject the skip link.
Note: See TracChangeset
for help on using the changeset viewer.