Changeset 4549 for trunk/includes/core/actions.php
- Timestamp:
- 12/06/2012 09:40:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/actions.php
r4522 r4549 270 270 * 2. Accessing private or hidden content (forums/topics/replies) 271 271 * 3. Editing forums, topics, replies, users, and tags 272 * 4. bbPress specific AJAX requests 272 273 */ 273 274 add_action( 'bbp_template_redirect', 'bbp_forum_enforce_blocked', -1 ); … … 289 290 add_action( 'bbp_template_redirect', 'bbp_favorites_handler', 1 ); 290 291 add_action( 'bbp_template_redirect', 'bbp_subscriptions_handler', 1 ); 292 add_action( 'bbp_template_redirect', 'bbp_do_ajax', 1 ); 291 293 add_action( 'bbp_template_redirect', 'bbp_check_user_edit', 10 ); 292 294 add_action( 'bbp_template_redirect', 'bbp_check_forum_edit', 10 );
Note: See TracChangeset
for help on using the changeset viewer.