Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/13/2009 01:01:37 AM (17 years ago)
Author:
apeatling
Message:

Initial support for threaded activity stream commenting. Some major performance improvements around fetching profile and group data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-catchuri.php

    r2077 r2088  
    254254                bp_core_redirect( $bp->root_domain );
    255255
     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 ) ) )
     258                bp_core_redirect( $bp->root_domain );
     259
    256260        if ( !$bp_path && !bp_is_blog_page() ) {
    257261                if ( is_user_logged_in() ) {
Note: See TracChangeset for help on using the changeset viewer.