Changeset 4065 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
- Timestamp:
- 09/14/2016 07:19:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r4063 r4065 73 73 // Forum root 74 74 $args['include_root'] = true; 75 $args['root_text'] = __( ' WordPressSupport', 'wporg-forums' );75 $args['root_text'] = __( 'Support', 'wporg-forums' ); 76 76 77 77 // Current
Note: See TracChangeset
for help on using the changeset viewer.