Changeset 10836
- Timestamp:
- 05/31/2016 07:05:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-theme-compatibility.php
r10825 r10836 671 671 */ 672 672 function bp_template_include_theme_compat( $template = '' ) { 673 // If embed template, bail. 674 if ( true === function_exists( 'is_embed' ) && is_embed() ) { 675 return $template; 676 } 673 677 674 678 // If the current theme doesn't need theme compat, bail at this point.
Note: See TracChangeset
for help on using the changeset viewer.