wp/wp-includes/class-wp-site.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    25 final class WP_Site {
    25 final class WP_Site {
    26 
    26 
    27 	/**
    27 	/**
    28 	 * Site ID.
    28 	 * Site ID.
    29 	 *
    29 	 *
       
    30 	 * Named "blog" vs. "site" for legacy reasons.
       
    31 	 *
    30 	 * A numeric string, for compatibility reasons.
    32 	 * A numeric string, for compatibility reasons.
    31 	 *
    33 	 *
    32 	 * @since 4.5.0
    34 	 * @since 4.5.0
    33 	 * @var string
    35 	 * @var string
    34 	 */
    36 	 */
    62 	 * @var string
    64 	 * @var string
    63 	 */
    65 	 */
    64 	public $site_id = '0';
    66 	public $site_id = '0';
    65 
    67 
    66 	/**
    68 	/**
    67 	 * The date on which the site was created or registered.
    69 	 * The date and time on which the site was created or registered.
    68 	 *
    70 	 *
    69 	 * @since 4.5.0
    71 	 * @since 4.5.0
    70 	 * @var string Date in MySQL's datetime format.
    72 	 * @var string Date in MySQL's datetime format.
    71 	 */
    73 	 */
    72 	public $registered = '0000-00-00 00:00:00';
    74 	public $registered = '0000-00-00 00:00:00';