Changeset 6544 for trunk/src/includes/core/actions.php
- Timestamp:
- 06/14/2017 06:45:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/actions.php
r6534 r6544 68 68 add_action( 'bbp_loaded', 'bbp_setup_option_filters', 10 ); 69 69 add_action( 'bbp_loaded', 'bbp_setup_user_option_filters', 12 ); 70 add_action( 'bbp_loaded', 'bbp_register_theme_packages', 14 ); 70 add_action( 'bbp_loaded', 'bbp_pre_load_options', 14 ); 71 add_action( 'bbp_loaded', 'bbp_register_theme_packages', 16 ); 71 72 72 73 /** … … 427 428 add_action( 'bbp_get_request', 'bbp_subscriptions_handler', 1 ); 428 429 add_action( 'bbp_get_request', 'bbp_user_email_change_handler', 1 ); 429 add_action( 'bbp_get_request', 'bbp_forum_subscriptions_handler', 1 );430 430 add_action( 'bbp_get_request', 'bbp_search_results_redirect', 10 ); 431 431
Note: See TracChangeset
for help on using the changeset viewer.