Changeset 2597
- Timestamp:
- 02/04/2010 04:45:26 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r2554 r2597 61 61 delete_site_transient( 'theme_roots' ); 62 62 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 67 63 do_action( 'bp_loader_activate' ); 68 64 }
Note: See TracChangeset
for help on using the changeset viewer.