Ticket #37932: 37932.patch
File 37932.patch, 440 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/class-wp-site.php
17 17 * 18 18 * @property int $id 19 19 * @property int $network_id 20 * @property string $blogname 21 * @property string $siteurl 22 * @property int $post_count 23 * @property string $home 20 24 */ 21 25 final class WP_Site { 22 26