Changeset 8820
- Timestamp:
- 08/13/2014 02:00:53 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-catchuri.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-catchuri.php
r8738 r8820 373 373 } 374 374 375 // Only perform template lookup for bp-default themes 376 if ( ! bp_use_theme_compat_with_current_theme() ) { 377 $template = locate_template( (array) $filtered_templates, false ); 378 379 // Theme compat doesn't require a template lookup 380 } else { 381 $template = ''; 382 } 383 375 384 // Filter the template locations so that plugins can alter where they are located 376 $located_template = apply_filters( 'bp_located_template', locate_template( (array) $filtered_templates, false ), $filtered_templates );385 $located_template = apply_filters( 'bp_located_template', $template, $filtered_templates ); 377 386 if ( !empty( $located_template ) ) { 378 387
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)