Changeset 480
- Timestamp:
- 11/03/2008 03:26:51 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-catchuri.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r479 r480 171 171 function bp_core_do_catch_uri() { 172 172 global $bp_path, $bp, $wpdb; 173 global $ is_member_page;173 global $current_blog; 174 174 175 175 $pages = $bp_path; 176 176 177 177 /* Don't hijack any URLs on blog pages */ 178 if ( bp_is_blog_page() )178 if ( bp_is_blog_page() && $current_blog->blog_id > 1 ) 179 179 return false; 180 180
Note: See TracChangeset
for help on using the changeset viewer.