- Timestamp:
- 05/31/2012 05:02:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress-functions.php
r3849 r3928 62 62 $this->dir = trailingslashit( $bbp->themes_dir . 'bbp-twentyten' ); 63 63 $this->url = trailingslashit( $bbp->themes_url . 'bbp-twentyten' ); 64 65 // Conditionally add theme support if needed66 if ( in_array( $this->id, array( get_template(), get_stylesheet() ) ) ) {67 add_theme_support( 'bbpress' );68 }69 64 } 70 65
Note: See TracChangeset
for help on using the changeset viewer.