mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
67de1f07d3
commit
e3e4762b8f
@ -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() ) {
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user