Changeset 2489
- Timestamp:
- 01/31/2010 01:16:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r2474 r2489 255 255 256 256 // If the template file doesn't exist, redirect to the root domain. 257 if ( !bp_is_blog_page() && !file_exists( locate_template( array( $bp_path . '.php' ), false) ) )257 if ( !bp_is_blog_page() && !file_exists( apply_filters( 'bp_located_template', locate_template( array( $bp_path . '.php' ), false ), $bp_path ) ) ) 258 258 bp_core_redirect( $bp->root_domain ); 259 259
Note: See TracChangeset
for help on using the changeset viewer.