Changeset 3357 for trunk/bp-forums.php
- Timestamp:
- 11/05/2010 09:37:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums.php
r3347 r3357 21 21 22 22 $bp->forums->image_base = BP_PLUGIN_URL . '/bp-forums/images'; 23 $bp->forums->bbconfig = $bp->site_options['bb-config-location'];24 23 $bp->forums->slug = BP_FORUMS_SLUG; 24 25 if ( isset( $bp->site_options['bb-config-location'] ) ) 26 $bp->forums->bbconfig = $bp->site_options['bb-config-location']; 25 27 26 28 /* Register this in the active components array */ … … 536 538 global $bp, $wp_roles, $bb_table_prefix; 537 539 540 if ( !isset( $bp->loggedin_user->id ) ) 541 return $allcaps; 542 538 543 $bb_cap = get_user_meta( $bp->loggedin_user->id, $bb_table_prefix . 'capabilities', true ); 539 544
Note: See TracChangeset
for help on using the changeset viewer.