diff --git a/wp-includes/ms-blogs.php b/wp-includes/ms-blogs.php index a3f40b8358..7ea6685080 100644 --- a/wp-includes/ms-blogs.php +++ b/wp-includes/ms-blogs.php @@ -630,7 +630,7 @@ function update_site_cache( $sites ) { * Default empty array. * @type bool $update_site_cache Whether to prime the cache for found sites. Default false. * } - * @return array List of sites. + * @return array|int List of sites, or number of sites when 'count' is passed as a query var. */ function get_sites( $args = array() ) { $query = new WP_Site_Query(); diff --git a/wp-includes/version.php b/wp-includes/version.php index a7f4e7549f..61b6c73a8c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41330'; +$wp_version = '4.9-alpha-41331'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.