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