Changeset 7837
- Timestamp:
- 02/11/2014 02:23:00 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-template-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template-loader.php
r7508 r7837 96 96 97 97 // Maybe load the template if one was located 98 if ( ( true == $load ) && !empty( $located ) )98 if ( ( defined( 'WP_USE_THEMES' ) && WP_USE_THEMES ) && ( true == $load ) && !empty( $located ) ) { 99 99 load_template( $located, $require_once ); 100 } 100 101 101 102 return $located;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)