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() ) {