Making WordPress.org


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.