Changeset 41333
- Timestamp:
- 09/04/2017 11:16:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site-query.php
r41215 r41333 212 212 * 213 213 * @param string|array $query Array or URL query string of parameters. 214 * @return array|int List of sites, or number of sites when 'count' is passed as a query var.214 * @return array|int List of WP_Site objects, or number of sites when 'count' is passed as a query var. 215 215 */ 216 216 public function query( $query ) { … … 225 225 * @since 4.6.0 226 226 * 227 * @return array|int List of sites, or number of sites when 'count' is passed as a query var.227 * @return array|int List of WP_Site objects, or number of sites when 'count' is passed as a query var. 228 228 */ 229 229 public function get_sites() {
Note: See TracChangeset
for help on using the changeset viewer.