Changeset 36495
- Timestamp:
- 02/07/2016 02:12:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site.php
r36393 r36495 149 149 150 150 /** 151 * Retrieve a site from the database by its ID. 152 * 151 * Retrieves a site from the database by its ID. 152 * 153 * @static 153 154 * @since 4.5.0 154 155 * @access public … … 157 158 * 158 159 * @param int $site_id The ID of the site to retrieve. 159 * @return WP_Site| boolThe site's object if found. False if not.160 * @return WP_Site|false The site's object if found. False if not. 160 161 */ 161 162 public static function get_instance( $site_id ) { … … 183 184 184 185 /** 185 * Create a new WP_Site object.186 * Creates a new WP_Site object. 186 187 * 187 188 * Will populate object properties from the object provided and assign other
Note: See TracChangeset
for help on using the changeset viewer.