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

Props daymobrew.
Fixes #39922.


git-svn-id: https://develop.svn.wordpress.org/trunk@40951 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2017-06-26 18:04:58 +00:00
parent 0624e59e02
commit 8587b077ab
1 changed files with 1 additions and 1 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 * @since MU
* *