Changeset 3380 for branches/plugin/bbp-includes/bbp-core-hooks.php
- Timestamp:
- 07/28/2011 06:01:53 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-core-hooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-hooks.php
r3376 r3380 69 69 add_action( 'bbp_init', 'bbp_add_rewrite_tags', 20 ); 70 70 add_action( 'bbp_init', 'bbp_ready', 999 ); 71 72 // Multisite Global Forum Access 73 add_action( 'bbp_setup_current_user', 'bbp_global_access_role_mask' ); 71 74 72 75 // Theme Compat
Note: See TracChangeset
for help on using the changeset viewer.