Changeset 1267 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 03/26/2009 03:11:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r1254 r1267 34 34 35 35 /* Only catch URI's on the root blog */ 36 if ( 1!= (int) $current_blog->blog_id )36 if ( BP_ROOT_BLOG != (int) $current_blog->blog_id ) 37 37 return false; 38 38
Note: See TracChangeset
for help on using the changeset viewer.