Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/03/2009 01:59:16 PM (16 years ago)
Author:
apeatling
Message:

Fixes #645

File:
1 edited

Legend:

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

    r1284 r1305  
    199199        status_header( 200 );
    200200        $wp_query->is_404 = false;
    201         $wp_query->is_page = true;
     201       
     202        if ( $bp->current_component != BP_HOME_BLOG_SLUG )
     203            $wp_query->is_page = true;
    202204    }
    203205
Note: See TracChangeset for help on using the changeset viewer.