Making WordPress.org


Ignore:
Timestamp:
04/09/2018 07:27:35 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Main: About: Fix typo on Accessibility page.

Props Presskopp.
Fixes #3563. See #3046.

File:
1 edited

Legend:

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

    r7067 r7068  
    4545                        /* translators: 1: Link to the Core Handbook Accessibility Standards; 2: Link to Core Trac Accessibility focus. */
    4646                        printf(
    47                             __( 'All new and updates 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 "accessibility" focus</a>.', 'wporg' ),
     47                            __( '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 "accessibility" focus</a>.', 'wporg' ),
    4848                            'https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/',
    4949                            'https://core.trac.wordpress.org/focus/accessibility'
Note: See TracChangeset for help on using the changeset viewer.