Changeset 12606 for trunk/src/bp-core/admin/bp-core-admin-actions.php
- Timestamp:
- 03/31/2020 02:45:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-actions.php
r10825 r12606 47 47 add_action( 'custom_menu_order', 'bp_admin_custom_menu_order' ); 48 48 add_action( 'menu_order', 'bp_admin_menu_order' ); 49 add_action( ' wpmu_new_blog','bp_new_site', 10, 6 );49 add_action( 'bp_insert_site', 'bp_new_site', 10, 6 ); 50 50 51 51 // Hook on to admin_init.
Note: See TracChangeset
for help on using the changeset viewer.