Ticket #3015: 3015.1.patch
| File 3015.1.patch, 479 bytes (added by , 15 years ago) |
|---|
-
bp-themes/bp-default/functions.php
27 27 * @since 1.2 28 28 */ 29 29 30 if ( ! function_exists( 'bp_is_active' ) ) 31 return true; 32 30 33 // If BuddyPress is not activated, switch back to the default WP theme 31 34 if ( !defined( 'BP_VERSION' ) ) 32 35 switch_theme( WP_DEFAULT_THEME, WP_DEFAULT_THEME );