Changeset 6822 for trunk/bp-templates/bp-legacy/buddypress-functions.php
- Timestamp:
- 02/25/2013 12:57:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress-functions.php
r6805 r6822 48 48 49 49 // Bail if theme is a derivative of bp-default 50 if ( in_array( 'bp-default', array( get_template(), get_stylesheet() ) ) ) 50 if ( in_array( 'bp-default', array( get_template(), get_stylesheet() ) ) ) { 51 51 return; 52 } 53 54 // Or if the theme supports 'buddypress' 55 if ( current_theme_supports( 'buddypress' ) ) { 56 return; 57 } 52 58 53 59 $this->setup_globals();
Note: See TracChangeset
for help on using the changeset viewer.