Changeset 2525
- Timestamp:
- 02/01/2010 03:39:14 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r2485 r2525 747 747 } 748 748 add_action( 'wp_head', 'bp_core_sort_nav_items' ); 749 add_action( 'admin_head', 'bp_core_sort_nav_items' ); 749 750 750 751 /** … … 830 831 } 831 832 add_action( 'wp_head', 'bp_core_sort_subnav_items' ); 833 add_action( 'admin_head', 'bp_core_sort_subnav_items' ); 832 834 833 835 /** … … 1256 1258 return $date; 1257 1259 } 1258 1259 1260 1260 1261 /** -
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.