Changeset 4602 for trunk/bp-forums/bp-forums-bbpress-sa.php
- Timestamp:
- 07/04/2011 04:59:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-bbpress-sa.php
r4211 r4602 84 84 // Set a site id if there isn't one already 85 85 if ( !isset( $bb->site_id ) ) 86 $bb->site_id = BP_ROOT_BLOG;86 $bb->site_id = bp_get_root_blog_id(); 87 87 88 88 // Check if the tables are installed, if not, install them
Note: See TracChangeset
for help on using the changeset viewer.