Docs: Improve and clarify the DocBlock summary for wpmu_log_new_registrations().

Props daymobrew.
Fixes #39922.

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


git-svn-id: http://core.svn.wordpress.org/trunk@40801 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-06-26 18:05:41 +00:00
parent 474711aac1
commit faab7f4533
2 changed files with 2 additions and 2 deletions

View File

@ -1864,7 +1864,7 @@ function update_posts_count( $deprecated = '' ) {
}
/**
* Logs user registrations.
* Logs the user email, IP, and registration date of a new site.
*
* @since MU
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-40950';
$wp_version = '4.9-alpha-40951';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.