Changeset 59831
- Timestamp:
- 02/17/2025 04:23:52 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme-templates.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-templates.php
r59559 r59831 206 206 skipLink.id = 'wp-skip-link'; 207 207 skipLink.href = '#' + skipLinkTargetID; 208 skipLink.inner HTML = '<?php /* translators: Hidden accessibility text. */ esc_html_e( 'Skip to content' ); ?>';208 skipLink.innerText = '<?php /* translators: Hidden accessibility text. Do not use HTML entities ( , etc.). */ esc_html_e( 'Skip to content' ); ?>'; 209 209 210 210 // Inject the skip link.
Note: See TracChangeset
for help on using the changeset viewer.