diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 0b610753f2..dfb25daa0c 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -37,7 +37,7 @@ function get_sitestats() { * @global wpdb $wpdb WordPress database abstraction object. * * @param int $user_id The unique ID of the user - * @return object|void The blog object + * @return WP_Site|void The blog object */ function get_active_blog_for_user( $user_id ) { global $wpdb; diff --git a/wp-includes/version.php b/wp-includes/version.php index a09a3069d0..d5e6ad99c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36894'; +$wp_version = '4.5-beta2-36895'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.