Making WordPress.org


Ignore:
Timestamp:
03/15/2018 05:02:00 AM (7 years ago)
Author:
dd32
Message:

Main: About: Add an initial accessibility placeholder page - the text isn't final yet.

See #3046.

File:
1 edited

Legend:

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

    r6878 r6879  
    2424            $title = esc_html__( 'WordPress Domains', 'wporg' );
    2525            $desc  = esc_html__( 'WordPress domains and site names can be very flexible; however, top-level domains can’t use the word WordPress. Find out what is allowed and what constitutes a trademark violation, as well as policies on subdomain use. Review the list of official WordPress sites to know how to recognize and advise violators.', 'wporg' );
     26            break;
     27
     28        case 'page-about-accessibility.php':
     29            $title = esc_html__( 'WordPress Accessibility', 'wporg' );
     30            $desc  = /* TODO */ '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.';
    2631            break;
    2732
Note: See TracChangeset for help on using the changeset viewer.