Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2010 05:54:12 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/home.php

    r2474 r2539  
    44     * This is set in wp-admin > Appearance > Theme Options
    55     */
    6     if ( bp_is_deactivated('bp-activity.php') )
     6    if ( !bp_is_active( 'activity' ) )
    77        locate_template( array( 'index.php' ), true );
    88    else {
Note: See TracChangeset for help on using the changeset viewer.