Changeset 4159 for branches/plugin/bbp-admin/bbp-actions.php
- Timestamp:
- 08/18/2012 07:47:06 PM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-actions.php
r4053 r4159 64 64 65 65 // Activation 66 add_action( 'bbp_activation', 'bbp_activating', 1 ); 66 67 add_action( 'bbp_activation', 'bbp_add_roles', 1 ); 67 68 add_action( 'bbp_activation', 'bbp_add_caps', 2 ); … … 73 74 add_action( 'bbp_deactivation', 'bbp_remove_roles', 2 ); 74 75 add_action( 'bbp_deactivation', 'flush_rewrite_rules' ); 76 add_action( 'bbp_deactivation', 'bbp_deactivated' ); 75 77 76 78 //
Note: See TracChangeset
for help on using the changeset viewer.