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

See #32504.


git-svn-id: https://develop.svn.wordpress.org/trunk@38055 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-07-13 16:04:00 +00:00
parent 7fccd0ba4f
commit 41dc691fbd

View File

@ -1069,8 +1069,8 @@ function get_last_updated( $deprecated = '', $start = 0, $quantity = 40 ) {
* *
* @since 4.6.0 * @since 4.6.0
* *
* @param string|array $args Optional. Array or string of arguments. See {@see WP_Network_Query::parse_query()} * @param string|array $args Optional. Array or string of arguments. See WP_Network_Query::parse_query()
* for information on accepted arguments. Default empty. * for information on accepted arguments. Default empty array.
* @return int|array List of networks or number of found networks if `$count` argument is true. * @return int|array List of networks or number of found networks if `$count` argument is true.
*/ */
function get_networks( $args = array() ) { function get_networks( $args = array() ) {