Making WordPress.org

Changeset 6867


Ignore:
Timestamp:
03/13/2018 03:35:36 AM (7 years ago)
Author:
dd32
Message:

Main: About: Use the full page slugs in the navigation.

See #3046.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
Files:
13 edited

Legend:

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

    r6797 r6867  
    1515
    1616$GLOBALS['menu_items'] = [
    17     'domains' => __( 'Domains', 'wporg' ),
    18     'license' => __( 'GNU Public License', 'wporg' ),
    19     'privacy' => __( 'Privacy Policy', 'wporg' ),
    20     'stats'   => __( 'Statistics', 'wporg' ),
     17    'about/domains' => __( 'Domains', 'wporg' ),
     18    'about/license' => __( 'GNU Public License', 'wporg' ),
     19    'about/privacy' => __( 'Privacy Policy', 'wporg' ),
     20    'about/stats'   => __( 'Statistics', 'wporg' ),
    2121];
    2222
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-etiquette.php

    r6797 r6867  
    1515
    1616$GLOBALS['menu_items'] = [
    17     'philosophy' => __( 'Philosophy', 'wporg' ),
    18     'etiquette'  => __( 'Etiquette', 'wporg' ),
    19     'swag'       => __( 'Swag', 'wporg' ),
    20     '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' ),
    2121];
    2222
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php

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

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

    r6797 r6867  
    1515
    1616$GLOBALS['menu_items'] = [
    17     'domains' => __( 'Domains', 'wporg' ),
    18     'license' => __( 'GNU Public License', 'wporg' ),
    19     'privacy' => __( 'Privacy Policy', 'wporg' ),
    20     'stats'   => __( 'Statistics', 'wporg' ),
     17    'about/domains' => __( 'Domains', 'wporg' ),
     18    'about/license' => __( 'GNU Public License', 'wporg' ),
     19    'about/privacy' => __( 'Privacy Policy', 'wporg' ),
     20    'about/stats'   => __( 'Statistics', 'wporg' ),
    2121];
    2222
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php

    r6797 r6867  
    1515
    1616$GLOBALS['menu_items'] = [
    17     'philosophy' => __( 'Philosophy', 'wporg' ),
    18     'etiquette'  => __( 'Etiquette', 'wporg' ),
    19     'swag'       => __( 'Swag', 'wporg' ),
    20     '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' ),
    2121];
    2222
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.php

    r6797 r6867  
    1515
    1616$GLOBALS['menu_items'] = [
    17     'philosophy' => __( 'Philosophy', 'wporg' ),
    18     'etiquette'  => __( 'Etiquette', 'wporg' ),
    19     'swag'       => __( 'Swag', 'wporg' ),
    20     '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' ),
    2121];
    2222
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php

    r6797 r6867  
    1515
    1616$GLOBALS['menu_items'] = [
    17     'domains' => __( 'Domains', 'wporg' ),
    18     'license' => __( 'GNU Public License', 'wporg' ),
    19     'privacy' => __( 'Privacy Policy', 'wporg' ),
    20     'stats'   => __( 'Statistics', 'wporg' ),
     17    'about/domains' => __( 'Domains', 'wporg' ),
     18    'about/license' => __( 'GNU Public License', 'wporg' ),
     19    'about/privacy' => __( 'Privacy Policy', 'wporg' ),
     20    'about/stats'   => __( 'Statistics', 'wporg' ),
    2121];
    2222
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php

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

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

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

    r6797 r6867  
    1515
    1616$GLOBALS['menu_items'] = [
    17     'domains' => __( 'Domains', 'wporg' ),
    18     'license' => __( 'GNU Public License', 'wporg' ),
    19     'privacy' => __( 'Privacy Policy', 'wporg' ),
    20     'stats'   => __( 'Statistics', 'wporg' ),
     17    'about/domains' => __( 'Domains', 'wporg' ),
     18    'about/license' => __( 'GNU Public License', 'wporg' ),
     19    'about/privacy' => __( 'Privacy Policy', 'wporg' ),
     20    'about/stats'   => __( 'Statistics', 'wporg' ),
    2121];
    2222
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php

    r6797 r6867  
    1515
    1616$GLOBALS['menu_items'] = [
    17     'philosophy' => __( 'Philosophy', 'wporg' ),
    18     'etiquette'  => __( 'Etiquette', 'wporg' ),
    19     'swag'       => __( 'Swag', 'wporg' ),
    20     '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' ),
    2121];
    2222
Note: See TracChangeset for help on using the changeset viewer.