Make WordPress Core

Changeset 38630


Ignore:
Timestamp:
09/20/2016 05:21:03 PM (8 years ago)
Author:
jeremyfelt
Message:

Multisite: Add annotations for extended WP_Site properties.

Props ryanplas.
Fixes #37932.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-site.php

    r38369 r38630  
    1616 * @since 4.5.0
    1717 *
    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
    2024 */
    2125final class WP_Site {
Note: See TracChangeset for help on using the changeset viewer.