Changeset 4300
- Timestamp:
- 11/02/2012 06:30:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/actions.php
r4250 r4300 63 63 64 64 // Activation 65 add_action( 'bbp_activation', 'bbp_add_caps' );66 65 add_action( 'bbp_activation', 'bbp_delete_rewrite_rules' ); 67 66 … … 72 71 73 72 // New Site 74 add_action( 'bbp_new_site', 'bbp_add_caps', 6 );75 73 add_action( 'bbp_new_site', 'bbp_create_initial_content', 8 ); 76 74
Note: See TracChangeset
for help on using the changeset viewer.