Docs: Minorly improve the hook doc summary for the pre_network_site_new_created_user
action, introduced in [35786].
See #33631. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36826 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c6be176807
commit
0a17fdaf07
@ -96,7 +96,7 @@ if ( isset($_REQUEST['action']) && 'add-site' == $_REQUEST['action'] ) {
|
||||
$user_id = email_exists($email);
|
||||
if ( !$user_id ) { // Create a new user with a random password
|
||||
/**
|
||||
* Fires before a new user is created via the network site-new.php page.
|
||||
* Fires immediately before a new user is created via the network site-new.php page.
|
||||
*
|
||||
* @since 4.5.0
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user