Changeset 4360 for trunk/includes/core/actions.php
- Timestamp:
- 11/08/2012 07:50:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.