Changeset 4602 for trunk/bp-core/bp-core-cssjs.php
- Timestamp:
- 07/04/2011 04:59:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-cssjs.php
r4141 r4602 35 35 global $wpdb; 36 36 37 if ( is_multisite() && $wpdb->blogid != BP_ROOT_BLOG)37 if ( is_multisite() && $wpdb->blogid != bp_get_root_blog_id() ) 38 38 return false; 39 39
Note: See TracChangeset
for help on using the changeset viewer.