Changeset 13515 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php
- Timestamp:
- 04/14/2024 11:15:34 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php
r13504 r13515 24 24 'forums' => array( 25 25 array( 26 'label' => __( 'Welcome to Support', 'wporg-forums' ), 27 'url' => '/welcome/', 28 ), 29 array( 26 30 'label' => __( 'Guidelines', 'wporg-forums' ), 27 31 'url' => '/guidelines/', 28 ),29 array(30 'label' => __( 'Welcome to Support', 'wporg-forums' ),31 'url' => '/welcome/',32 32 ), 33 33 array(
Note: See TracChangeset
for help on using the changeset viewer.