Changeset 38042 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 07/13/2016 05:29:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r37985 r38042 1074 1074 * @return int|array List of networks or number of found networks if `$count` argument is true. 1075 1075 */ 1076 function get_networks( $args = '') {1076 function get_networks( $args = array() ) { 1077 1077 $query = new WP_Network_Query(); 1078 1078
Note: See TracChangeset
for help on using the changeset viewer.