Making WordPress.org


Ignore:
Timestamp:
07/13/2018 12:24:57 AM (6 years ago)
Author:
obenland
Message:

Main: Clarify how to report a11y issues.

Props SergeyBiryukov, Presskopp.
Fixes #3562.

File:
1 edited

Legend:

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

    r7388 r7456  
    9191                        printf(
    9292                            /* translators: %s: Link to the Accessibility handbook's Reporting Issues */
    93                             wp_kses_post( __( 'To report an Accessibility issue you’ve encountered in WordPress or on WordPress.org, please see the Accessibility Handbook on <a href="%s">Reporting Accessibility Issues</a>.', 'wporg' ) ),
     93                            wp_kses_post( __( 'To report an Accessibility issue you’ve encountered in WordPress or on WordPress.org, please see the Accessibility Handbook page on <a href="%s">Reporting Accessibility Issues</a>.', 'wporg' ) ),
    9494                            'https://make.wordpress.org/accessibility/handbook/reporting-issues/'
    9595                        );
Note: See TracChangeset for help on using the changeset viewer.