Making WordPress.org


Ignore:
Timestamp:
04/14/2024 11:15:34 PM (20 months ago)
Author:
adamwood
Message:

wporg-support-2024: Reorder local nav links

Fixes https://github.com/WordPress/wordpress.org/issues/249

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php

    r13504 r13515  
    2424        'forums' => array(
    2525            array(
     26                'label' => __( 'Welcome to Support', 'wporg-forums' ),
     27                'url' => '/welcome/',
     28            ),
     29            array(
    2630                'label' => __( 'Guidelines', 'wporg-forums' ),
    2731                'url' => '/guidelines/',
    28             ),
    29             array(
    30                 'label' => __( 'Welcome to Support', 'wporg-forums' ),
    31                 'url' => '/welcome/',
    3232            ),
    3333            array(
Note: See TracChangeset for help on using the changeset viewer.