Changeset 36894 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 03/09/2016 07:41:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r36416 r36894 116 116 * @param bool $get_all Whether to retrieve all details or only the details in the blogs table. 117 117 * Default is true. 118 * @return object|false Blog details on success. False on failure.118 * @return WP_Site|false Blog details on success. False on failure. 119 119 */ 120 120 function get_blog_details( $fields = null, $get_all = true ) { … … 441 441 * @since 3.5.0 442 442 * 443 * @param stdClass$blog The blog details as returned from get_blog_details()443 * @param WP_Site $blog The blog details as returned from get_blog_details() 444 444 */ 445 445 function clean_blog_cache( $blog ) {
Note: See TracChangeset
for help on using the changeset viewer.