Making WordPress.org

Changeset 9392


Ignore:
Timestamp:
01/13/2020 04:37:52 PM (4 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Accessibility: Update the URL for WordPress accessibility coding standards.

Props anik4e.
Fixes #4960.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php

    r9328 r9392  
    4545                            /* translators: 1: Link to the Core Handbook Accessibility Standards; 2: Link to Core Trac Accessibility focus. */
    4646                            wp_kses_post( __( 'All new and updated code released in WordPress must conform with these guidelines as per the <a href="%1$s">WordPress Accessibility Coding Standards</a>. Some current features and functionality in development may not yet fully comply, and known issues are listed in the <a href="%2$s">WordPress Trac &#8220;accessibility&#8221; focus</a>.', 'wporg' ) ),
    47                             'https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/',
     47                            'https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/',
    4848                            'https://core.trac.wordpress.org/focus/accessibility'
    4949                        );
     
    117117                            /* translators: Link to ATAG */
    118118                            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' ) ),
    119                             'https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/'
     119                            'https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/'
    120120                        );
    121121                        ?>
Note: See TracChangeset for help on using the changeset viewer.