Changeset 4360
- Timestamp:
- 11/08/2012 07:50:55 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r4357 r4360 822 822 public function setup_current_user() { 823 823 $this->current_user = &wp_get_current_user(); 824 825 // Setup the default user role 826 bbp_set_current_user_default_role(); 824 827 } 825 828 -
trunk/includes/core/actions.php
r4350 r4360 118 118 // Try to load the bbpress-functions.php file from the active themes 119 119 add_action( 'bbp_after_setup_theme', 'bbp_load_theme_functions', 10 ); 120 121 // Multisite Global Forum Access122 add_action( 'bbp_setup_current_user', 'bbp_set_current_user_default_role', 10 );123 120 124 121 // Widgets
Note: See TracChangeset
for help on using the changeset viewer.