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

See #32504.

Built from https://develop.svn.wordpress.org/trunk@38055


git-svn-id: http://core.svn.wordpress.org/trunk@37996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-07-13 16:04:29 +00:00
parent 67de1f07d3
commit e3e4762b8f
2 changed files with 3 additions and 3 deletions

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

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.6-beta2-38054'; $wp_version = '4.6-beta2-38055';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.