Changeset 7456 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
- Timestamp:
- 07/13/2018 12:24:57 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
r7388 r7456 91 91 printf( 92 92 /* translators: %s: Link to the Accessibility handbook's Reporting Issues */ 93 wp_kses_post( __( 'To report an Accessibility issue you’ve encountered in WordPress or on WordPress.org, please see the Accessibility Handbook on <a href="%s">Reporting Accessibility Issues</a>.', 'wporg' ) ),93 wp_kses_post( __( 'To report an Accessibility issue you’ve encountered in WordPress or on WordPress.org, please see the Accessibility Handbook page on <a href="%s">Reporting Accessibility Issues</a>.', 'wporg' ) ), 94 94 'https://make.wordpress.org/accessibility/handbook/reporting-issues/' 95 95 );
Note: See TracChangeset
for help on using the changeset viewer.