Changeset 4608
- Timestamp:
- 12/20/2012 03:14:04 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/theme-compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/theme-compat.php
r4600 r4608 454 454 function bbp_template_include_theme_compat( $template = '' ) { 455 455 456 /** 457 * If BuddyPress is activated at a network level, the action order is 458 * reversed, which causes the template integration to fail. If we're looking 459 * at a BuddyPress page here, bail to prevent the extra processing. 460 * 461 * This is a bit more brute-force than is probably necessary, but gets the 462 * job done while we work towards something more elegant. 463 */ 464 if ( function_exists( 'is_buddypress' ) && is_buddypress() ) 465 return $template; 466 456 467 /** Users *************************************************************/ 457 468
Note: See TracChangeset
for help on using the changeset viewer.