Multisite: Add annotations for extended WP_Site properties.

Props ryanplas.
Fixes #37932.


git-svn-id: https://develop.svn.wordpress.org/trunk@38630 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2016-09-20 17:21:03 +00:00
parent d9e0272707
commit 9bb6bd0f89

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 {