Docs: Minorly improve the hook doc summary for the `pre_network_site_new_created_user` action, introduced in [35786].

See #33631. See #35986.

Built from https://develop.svn.wordpress.org/trunk@36826


git-svn-id: http://core.svn.wordpress.org/trunk@36793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-03 09:03:25 +00:00
parent 56fb3cc08d
commit fc57bb7a04
2 changed files with 2 additions and 2 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
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta2-36825';
$wp_version = '4.5-beta2-36826';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.