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/page-about-privacy.php

    r6878 r6879  
    1515
    1616$GLOBALS['menu_items'] = [
    17     'about/domains' => __( 'Domains', 'wporg' ),
    18     'about/license' => __( 'GNU Public License', 'wporg' ),
    19     'about/privacy' => __( 'Privacy Policy', 'wporg' ),
    20     'about/stats'   => __( 'Statistics', 'wporg' ),
     17    'about/domains'       => __( 'Domains', 'wporg' ),
     18    'about/license'       => __( 'GNU Public License', 'wporg' ),
     19    'about/accessibility' => __( 'Accessibility', 'wporg' ),
     20    'about/privacy'       => __( 'Privacy Policy', 'wporg' ),
     21    'about/stats'         => __( 'Statistics', 'wporg' ),
    2122];
    2223
Note: See TracChangeset for help on using the changeset viewer.