From faab7f453395b4256df60d7e6f7776051abdaf14 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 26 Jun 2017 18:05:41 +0000 Subject: [PATCH] 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 --- wp-includes/ms-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index e9896d772e..15c932a608 100644 --- a/wp-includes/ms-functions.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6195613ade..796bd209fe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.