Changeset 8159 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
- Timestamp:
- 01/29/2019 12:08:18 PM (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
r7456 r8159 56 56 /* translators: 1: Link to the Theme Directory Accessible Themes; 2: Link to Accessibility Handbook requirements. */ 57 57 wp_kses_post( __( 'While the WordPress project cannot guarantee that all Themes are compliant, the <a href="%1$s">accessibility-ready themes</a> have been checked by the Theme Review Team to ensure that these themes pass their <a href="%2$s">basic accessibility requirements</a>.', 'wporg' ) ), 58 esc_url( site_url( '/themes/tags/accessibility-ready/' ) ),58 esc_url( home_url( '/themes/tags/accessibility-ready/' ) ), 59 59 'https://make.wordpress.org/themes/handbook/review/accessibility/required/' 60 60 );
Note: See TracChangeset
for help on using the changeset viewer.