Changeset 12745 for trunk/src/bp-core/bp-core-theme-compatibility.php
- Timestamp:
- 10/09/2020 07:17:20 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-theme-compatibility.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-theme-compatibility.php
r12558 r12745 666 666 function bp_template_include_theme_compat( $template = '' ) { 667 667 // If embed template, bail. 668 if ( true === function_exists( 'is_embed' ) &&is_embed() ) {668 if ( is_embed() ) { 669 669 return $template; 670 670 }
Note: See TracChangeset
for help on using the changeset viewer.