Changeset 7432 for trunk/bp-core/bp-core-template-loader.php
- Timestamp:
- 10/16/2013 12:52:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template-loader.php
r7138 r7432 382 382 function bp_load_theme_functions() { 383 383 global $pagenow; 384 385 // do not load our custom BP functions file if theme compat is disabled 386 if ( ! bp_use_theme_compat_with_current_theme() ) { 387 return; 388 } 384 389 385 390 // Do not include on BuddyPress deactivation
Note: See TracChangeset
for help on using the changeset viewer.