Changeset 7837
- Timestamp:
- 02/11/2014 02:23:00 AM (11 years ago)
- File:
-
- 1 edited
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.