Changeset 1305 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 04/03/2009 01:59:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r1284 r1305 199 199 status_header( 200 ); 200 200 $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; 202 204 } 203 205
Note: See TracChangeset
for help on using the changeset viewer.