Changeset 2539 for trunk/bp-themes/bp-default/home.php
- Timestamp:
- 02/02/2010 05:54:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/home.php
r2474 r2539 4 4 * This is set in wp-admin > Appearance > Theme Options 5 5 */ 6 if ( bp_is_deactivated('bp-activity.php') )6 if ( !bp_is_active( 'activity' ) ) 7 7 locate_template( array( 'index.php' ), true ); 8 8 else {
Note: See TracChangeset
for help on using the changeset viewer.