Changeset 2425
- Timestamp:
- 01/29/2016 03:52:34 PM (9 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-single-topic.php
r1521 r2425 11 11 12 12 <div id="bbpress-forums"> 13 14 <h2><?php bbp_topic_title(); ?></h2> 13 15 14 16 <?php do_action( 'bbp_template_before_single_topic' ); ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r2063 r2425 13 13 } 14 14 add_action( 'after_setup_theme', 'wporg_support_setup' ); 15 16 /** 17 * Use the ‘Lead Topic’ uses the single topic part 18 * allowing styling the lead topic separately from the main reply loop. 19 */ 20 add_filter( 'bbp_show_lead_topic', '__return_true' ); 15 21 16 22 /**
Note: See TracChangeset
for help on using the changeset viewer.