Changeset 3661 for trunk/bp-core/bp-core-signup.php
- Timestamp:
- 01/05/2011 10:27:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-signup.php
r3637 r3661 36 36 check_admin_referer( 'bp_new_signup' ); 37 37 38 require_once( ABSPATH . WPINC . '/registration.php');38 bp_core_maybe_include_user_registration_file(); 39 39 40 40 /* Check the base account details for problems */ … … 218 218 if ( isset( $_GET['key'] ) ) { 219 219 220 require_once( ABSPATH . WPINC . '/registration.php');220 bp_core_maybe_include_user_registration_file(); 221 221 222 222 /* Activate the signup */
Note: See TracChangeset
for help on using the changeset viewer.