Changeset 6658
- Timestamp:
- 12/25/2012 09:02:57 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-theme-compatibility.php
r6605 r6658 445 445 function bp_template_include_theme_compat( $template = '' ) { 446 446 447 // Bail if the template already matches a BuddyPress template448 if ( !empty( buddypress()->theme_compat->found_template ) )449 return $template;450 451 447 /** 452 448 * Use this action to execute code that will communicate to BuddyPress's … … 455 451 */ 456 452 do_action( 'bp_template_include_reset_dummy_post_data' ); 453 454 // Bail if the template already matches a BuddyPress template 455 if ( !empty( buddypress()->theme_compat->found_template ) ) 456 return $template; 457 457 458 458 /**
Note: See TracChangeset
for help on using the changeset viewer.