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:
Drew Jaynes 2016-03-03 09:02:46 +00:00
parent c6be176807
commit 0a17fdaf07
1 changed files with 1 additions and 1 deletions

View File

@ -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
*