Changeset 1254 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 03/25/2009 07:01:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r1253 r1254 33 33 global $bp, $current_blog; 34 34 35 /* Only catch URI's on the root blog */ 35 36 if ( 1 != (int) $current_blog->blog_id ) 36 37 return false;
Note: See TracChangeset
for help on using the changeset viewer.