Make WordPress Core

Ticket #37932: 37932.patch

File 37932.patch, 440 bytes (added by ryanplas, 9 years ago)
  • src/wp-includes/class-wp-site.php

     
    1717 *
    1818 * @property int $id
    1919 * @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 {
    2226