diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index e3c15d7630..ecb6a1f3bd 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -1581,10 +1581,10 @@ function wpmu_welcome_user_notification( $user_id, $password, $meta = array() ) } /** - * Get the current site info. + * Get the current network. * * Returns an object containing the 'id', 'domain', 'path', and 'site_name' - * properties of the site being viewed. + * properties of the network being viewed. * * @see wpmu_current_site() * diff --git a/wp-includes/version.php b/wp-includes/version.php index 68c4a81efb..1ff473c17d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36292'; +$wp_version = '4.5-alpha-36293'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.