Changeset 48104 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 06/20/2020 12:00:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r48067 r48104 1214 1214 */ 1215 1215 do_action( 'wpmu_activate_user', $user_id, $password, $meta ); 1216 1216 1217 return array( 1217 1218 'user_id' => $user_id, … … 1252 1253 array( 'activation_key' => $key ) 1253 1254 ); 1255 1254 1256 /** 1255 1257 * Fires immediately after a site is activated.
Note: See TracChangeset
for help on using the changeset viewer.