Changeset 4404
- Timestamp:
- 11/12/2012 07:16:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/actions.php
r4395 r4404 68 68 add_action( 'bbp_loaded', 'bbp_setup_user_option_filters', 12 ); 69 69 add_action( 'bbp_loaded', 'bbp_register_theme_packages', 14 ); 70 add_action( 'bbp_loaded', 'bbp_load_textdomain', 16 ); 71 add_action( 'bbp_loaded', 'bbp_filter_user_roles_option', 18 ); 70 add_action( 'bbp_loaded', 'bbp_filter_user_roles_option', 16 ); 72 71 73 72 /** … … 79 78 */ 80 79 add_action( 'bbp_init', 'bbp_register', 0 ); 80 add_action( 'bbp_init', 'bbp_load_textdomain', 10 ); 81 81 add_action( 'bbp_init', 'bbp_add_rewrite_tags', 20 ); 82 82 add_action( 'bbp_init', 'bbp_ready', 999 );
Note: See TracChangeset
for help on using the changeset viewer.