Skip to:
Content

BuddyPress.org

Changeset 443


Ignore:
Timestamp:
10/28/2008 06:14:02 PM (16 years ago)
Author:
apeatling
Message:

Fixes #117

File:
1 edited

Legend:

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

    r439 r443  
    7373
    7474    if ( $bp_uri[0] == MEMBERS_SLUG && $bp_uri[1] != '' ) {
     75       
     76        /* Make sure this is not reported as a 404 */
     77        header("Status: 200 OK", true, 200);
     78       
    7579        $is_member_page = true;
    7680        $is_root_component = true;
Note: See TracChangeset for help on using the changeset viewer.