Make WordPress Core

Changeset 38055


Ignore:
Timestamp:
07/13/2016 04:04:00 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Update the default value for the optional $args parameter in get_networks() following [38042].

See #32504.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-blogs.php

    r38042 r38055  
    10701070 * @since 4.6.0
    10711071 *
    1072  * @param string|array $args Optional. Array or string of arguments. See {@see WP_Network_Query::parse_query()}
    1073  *                           for information on accepted arguments. Default empty.
     1072 * @param string|array $args Optional. Array or string of arguments. See WP_Network_Query::parse_query()
     1073 *                           for information on accepted arguments. Default empty array.
    10741074 * @return int|array List of networks or number of found networks if `$count` argument is true.
    10751075 */
Note: See TracChangeset for help on using the changeset viewer.