diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
index 8a7d31fcd..6eebf979f 100644
a
|
b
|
the_post(); |
38 | 38 | <div class="entry-content row"> |
39 | 39 | <section class="col-8"> |
40 | 40 | <p><?php esc_html_e( 'The WordPress community and the open source WordPress project is committed to being as inclusive and accessible as possible. We want users, regardless of device or ability, to be able to publish content and maintain a website or application built with WordPress.', 'wporg' ); ?></p> |
41 | | <p><?php esc_html_e( 'WordPress aims to make the WordPress Admin and bundled themes fully WCAG 2.0 AA compliant where possible.', 'wporg' ); ?></p> |
| 41 | <p><?php esc_html_e( 'WordPress aims to make the WordPress Admin and bundled themes fully WCAG 2.1 AA compliant where possible.', 'wporg' ); ?></p> |
42 | 42 | <p> |
43 | 43 | <?php |
44 | 44 | printf( |
… |
… |
the_post(); |
115 | 115 | <?php |
116 | 116 | printf( |
117 | 117 | /* translators: Link to ATAG */ |
118 | | wp_kses_post( __( 'The <a href="%s">WordPress accessibility coding standards</a> require new or updated code to meet the standards of the Web Content Accessibility Guidelines (WCAG) version 2.0 at level AA. ATAG conformance is an additional goal beyond WCAG compliance.', 'wporg' ) ), |
| 118 | wp_kses_post( __( 'The <a href="%s">WordPress accessibility coding standards</a> require new or updated code to meet the standards of the Web Content Accessibility Guidelines (WCAG) version 2.1 at level AA. ATAG conformance is an additional goal beyond WCAG compliance.', 'wporg' ) ), |
119 | 119 | 'https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/' |
120 | 120 | ); |
121 | 121 | ?> |