Changeset 10012 for trunk/src/bp-core/bp-core-actions.php
- Timestamp:
- 07/12/2015 12:49:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-actions.php
r9819 r10012 46 46 47 47 /** 48 * bp_loaded - Attached to 'plugins_loaded' above 48 * bp_loaded - Attached to 'plugins_loaded' above. 49 49 * 50 50 * Attach various loader actions to the bp_loaded action. … … 61 61 62 62 /** 63 * bp_init - Attached to 'init' above 63 * bp_init - Attached to 'init' above. 64 64 * 65 65 * Attach various initialization actions to the bp_init action. … … 79 79 80 80 /** 81 * bp_template_redirect - Attached to 'template_redirect' above 81 * bp_template_redirect - Attached to 'template_redirect' above. 82 82 * 83 83 * Attach various template actions to the bp_template_redirect action. … … 96 96 97 97 /** 98 * Add the BuddyPress functions file 98 * Add the BuddyPress functions file. 99 99 */ 100 100 add_action( 'bp_after_setup_theme', 'bp_load_theme_functions', 1 );
Note: See TracChangeset
for help on using the changeset viewer.