Changeset 2425 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
- Timestamp:
- 01/29/2016 03:52:34 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
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.