Changeset 443
- Timestamp:
- 10/28/2008 06:14:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r439 r443 73 73 74 74 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 75 79 $is_member_page = true; 76 80 $is_root_component = true;
Note: See TracChangeset
for help on using the changeset viewer.