Making WordPress.org

Changeset 6906


Ignore:
Timestamp:
03/22/2018 03:37:45 AM (7 years ago)
Author:
dd32
Message:

Main: About: Add the Testimonials page.

See #3046.

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  
    1515
    1616$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' ),
    2122];
    2223
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php

    r6878 r6906  
    1515
    1616$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' ),
    2122];
    2223
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php

    r6878 r6906  
    1515
    1616$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' ),
    2122];
    2223
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php

    r6878 r6906  
    1515
    1616$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' ),
    2122];
    2223
Note: See TracChangeset for help on using the changeset viewer.