Changeset 6906
- Timestamp:
- 03/22/2018 03:37:45 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-etiquette.php
r6878 r6906 15 15 16 16 $GLOBALS['menu_items'] = [ 17 'about/philosophy' => __( 'Philosophy', 'wporg' ), 18 'about/etiquette' => __( 'Etiquette', 'wporg' ), 19 'about/swag' => __( 'Swag', 'wporg' ), 20 'about/logos' => __( 'Graphics & Logos', 'wporg' ), 17 'about/philosophy' => __( 'Philosophy', 'wporg' ), 18 'about/etiquette' => __( 'Etiquette', 'wporg' ), 19 'about/swag' => __( 'Swag', 'wporg' ), 20 'about/logos' => __( 'Graphics & Logos', 'wporg' ), 21 'about/testimonials' => __( 'Testimonials', 'wporg' ), 21 22 ]; 22 23 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php
r6878 r6906 15 15 16 16 $GLOBALS['menu_items'] = [ 17 'about/philosophy' => __( 'Philosophy', 'wporg' ), 18 'about/etiquette' => __( 'Etiquette', 'wporg' ), 19 'about/swag' => __( 'Swag', 'wporg' ), 20 'about/logos' => __( 'Graphics & Logos', 'wporg' ), 17 'about/philosophy' => __( 'Philosophy', 'wporg' ), 18 'about/etiquette' => __( 'Etiquette', 'wporg' ), 19 'about/swag' => __( 'Swag', 'wporg' ), 20 'about/logos' => __( 'Graphics & Logos', 'wporg' ), 21 'about/testimonials' => __( 'Testimonials', 'wporg' ), 21 22 ]; 22 23 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php
r6878 r6906 15 15 16 16 $GLOBALS['menu_items'] = [ 17 'about/philosophy' => __( 'Philosophy', 'wporg' ), 18 'about/etiquette' => __( 'Etiquette', 'wporg' ), 19 'about/swag' => __( 'Swag', 'wporg' ), 20 'about/logos' => __( 'Graphics & Logos', 'wporg' ), 17 'about/philosophy' => __( 'Philosophy', 'wporg' ), 18 'about/etiquette' => __( 'Etiquette', 'wporg' ), 19 'about/swag' => __( 'Swag', 'wporg' ), 20 'about/logos' => __( 'Graphics & Logos', 'wporg' ), 21 'about/testimonials' => __( 'Testimonials', 'wporg' ), 21 22 ]; 22 23 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php
r6878 r6906 15 15 16 16 $GLOBALS['menu_items'] = [ 17 'about/philosophy' => __( 'Philosophy', 'wporg' ), 18 'about/etiquette' => __( 'Etiquette', 'wporg' ), 19 'about/swag' => __( 'Swag', 'wporg' ), 20 'about/logos' => __( 'Graphics & Logos', 'wporg' ), 17 'about/philosophy' => __( 'Philosophy', 'wporg' ), 18 'about/etiquette' => __( 'Etiquette', 'wporg' ), 19 'about/swag' => __( 'Swag', 'wporg' ), 20 'about/logos' => __( 'Graphics & Logos', 'wporg' ), 21 'about/testimonials' => __( 'Testimonials', 'wporg' ), 21 22 ]; 22 23
Note: See TracChangeset
for help on using the changeset viewer.