Changeset 38630
- Timestamp:
- 09/20/2016 05:21:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site.php
r38369 r38630 16 16 * @since 4.5.0 17 17 * 18 * @property int $id 19 * @property int $network_id 18 * @property int $id 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 {
Note: See TracChangeset
for help on using the changeset viewer.