From 8587b077abe5537d32fee92f1cb42f476827102a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 26 Jun 2017 18:04:58 +0000 Subject: [PATCH] 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 --- src/wp-includes/ms-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index e9896d772e..15c932a608 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/wp-includes/ms-functions.php @@ -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 *