From 41dc691fbd9a322a27f4d7182cffd170432e53f2 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 13 Jul 2016 16:04:00 +0000 Subject: [PATCH] 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 --- src/wp-includes/ms-blogs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/ms-blogs.php b/src/wp-includes/ms-blogs.php index f527989007..e89b90841c 100644 --- a/src/wp-includes/ms-blogs.php +++ b/src/wp-includes/ms-blogs.php @@ -1069,8 +1069,8 @@ function get_last_updated( $deprecated = '', $start = 0, $quantity = 40 ) { * * @since 4.6.0 * - * @param string|array $args Optional. Array or string of arguments. See {@see WP_Network_Query::parse_query()} - * for information on accepted arguments. Default empty. + * @param string|array $args Optional. Array or string of arguments. See WP_Network_Query::parse_query() + * for information on accepted arguments. Default empty array. * @return int|array List of networks or number of found networks if `$count` argument is true. */ function get_networks( $args = array() ) {