diff --git a/wp-includes/class-wp-site.php b/wp-includes/class-wp-site.php index bd55273732..1e53f227ce 100644 --- a/wp-includes/class-wp-site.php +++ b/wp-includes/class-wp-site.php @@ -15,8 +15,12 @@ * * @since 4.5.0 * - * @property int $id - * @property int $network_id + * @property int $id + * @property int $network_id + * @property string $blogname + * @property string $siteurl + * @property int $post_count + * @property string $home */ final class WP_Site { diff --git a/wp-includes/version.php b/wp-includes/version.php index 186d6b4adf..c229e446a0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38629'; +$wp_version = '4.7-alpha-38630'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.