Changeset 4065
- Timestamp:
- 09/14/2016 07:19:12 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-archive-forum.php
r1521 r4065 1 1 <div id="bbpress-forums"> 2 3 <?php bbp_breadcrumb(); ?>4 2 5 3 <?php do_action( 'bbp_template_before_forums_index' ); ?> -
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.