Multisite: Add annotations for extended WP_Site properties.

Props ryanplas.
Fixes #37932.

Built from https://develop.svn.wordpress.org/trunk@38630


git-svn-id: http://core.svn.wordpress.org/trunk@38573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2016-09-20 17:22:29 +00:00
parent 3c5204f9f4
commit 1adca14cd7
2 changed files with 7 additions and 3 deletions

View File

@@ -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 {