Skip to:
Content

BuddyPress.org

Changeset 2597


Ignore:
Timestamp:
02/04/2010 04:45:26 PM (15 years ago)
Author:
apeatling
Message:

Removing the classic theme from the core, this will be provided instead in the bp-backwards-compatibility plugin.

Location:
trunk
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r2554 r2597  
    6161    delete_site_transient( 'theme_roots' );
    6262
    63     /* Switch the user to bp-classic if they are using the old bp-default on activation */
    64     if ( 'bp-sn-parent' == get_blog_option( BP_ROOT_BLOG, 'template' ) && 'bp-default' == get_blog_option( BP_ROOT_BLOG, 'stylesheet' ) )
    65         switch_theme( 'bp-sn-parent', 'bp-classic' );
    66 
    6763    do_action( 'bp_loader_activate' );
    6864}
Note: See TracChangeset for help on using the changeset viewer.