Changeset 6867 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
- Timestamp:
- 03/13/2018 03:35:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
r6797 r6867 15 15 16 16 $GLOBALS['menu_items'] = [ 17 ' requirements' => __( 'Requirements', 'wporg' ),18 ' features' => __( 'Features', 'wporg' ),19 ' security' => __( 'Security', 'wporg' ),20 ' roadmap' => __( 'Roadmap', 'wporg' ),21 ' history' => __( 'History', 'wporg' ),17 'about/requirements' => __( 'Requirements', 'wporg' ), 18 'about/features' => __( 'Features', 'wporg' ), 19 'about/security' => __( 'Security', 'wporg' ), 20 'about/roadmap' => __( 'Roadmap', 'wporg' ), 21 'about/history' => __( 'History', 'wporg' ), 22 22 ]; 23 23
Note: See TracChangeset
for help on using the changeset viewer.