Changeset 41912 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 10/18/2017 05:38:35 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-blogs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r41884 r41912 637 637 * @type bool $update_site_cache Whether to prime the cache for found sites. Default true. 638 638 * } 639 * @return array|int List of sites, or number of sites when 'count' is passed as a query var. 639 * @return array|int List of WP_Site objects, a list of site ids when 'fields' is set to 'ids', 640 * or the number of sites when 'count' is passed as a query var. 640 641 */ 641 642 function get_sites( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.