Changeset 4316 for trunk/includes/core/actions.php
- Timestamp:
- 11/03/2012 08:00:14 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/actions.php
r4303 r4316 246 246 * 3. Editing forums, topics, replies, users, and tags 247 247 */ 248 add_action( 'bbp_template_redirect', 'bbp_forum_enforce_blocked', -1 ); 248 249 add_action( 'bbp_template_redirect', 'bbp_forum_enforce_hidden', -1 ); 249 250 add_action( 'bbp_template_redirect', 'bbp_forum_enforce_private', -1 );
Note: See TracChangeset
for help on using the changeset viewer.