Changeset 4076 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
- Timestamp:
- 09/16/2016 10:28:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r4074 r4076 69 69 70 70 // Home 71 $args['include_home'] = false; 71 $args['include_home'] = true; 72 $args['home_text'] = __( 'Support', 'wporg-forums' ); 72 73 73 74 // Forum root 74 $args['include_root'] = true; 75 $args['root_text'] = __( 'Support', 'wporg-forums' ); 75 $args['include_root'] = false; 76 76 77 77 // Current
Note: See TracChangeset
for help on using the changeset viewer.