Changeset 12281 for trunk/src/bp-core/bp-core-theme-compatibility.php
- Timestamp:
- 11/07/2018 04:09:00 PM (7 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
r11987 r12281 687 687 688 688 // Bail if the template already matches a BuddyPress template. 689 if ( ! empty( buddypress()->theme_compat->found_template )) {689 if ( isset( buddypress()->theme_compat->found_template ) && buddypress()->theme_compat->found_template ) { 690 690 return $template; 691 691 }
Note: See TracChangeset
for help on using the changeset viewer.