Making WordPress.org

Ticket #7482: 7482.patch

File 7482.patch, 1.9 KB (added by rcreators, 7 months ago)

Patch is updating text on page: https://wordpress.org/about/accessibility/

  • wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php

    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(); 
    3838                        <div class="entry-content row">
    3939                                <section class="col-8">
    4040                                        <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>
    4242                                        <p>
    4343                                        <?php
    4444                                                printf(
    the_post(); 
    115115                                                <?php
    116116                                                printf(
    117117                                                        /* 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' ) ),
    119119                                                        'https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/'
    120120                                                );
    121121                                                ?>