Docs: Add a missing quote to `wp_is_large_network()` Docblock params.
Props lanacodes. Fixes #57468. See #56792. Built from https://develop.svn.wordpress.org/trunk@55074 git-svn-id: http://core.svn.wordpress.org/trunk@54607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ce00f7f664
commit
0f0372c99d
|
@ -2636,7 +2636,7 @@ function upload_size_limit_filter( $size ) {
|
|||
* @since 3.3.0
|
||||
* @since 4.8.0 The `$network_id` parameter has been added.
|
||||
*
|
||||
* @param string $using 'sites or 'users'. Default is 'sites'.
|
||||
* @param string $using 'sites' or 'users'. Default is 'sites'.
|
||||
* @param int|null $network_id ID of the network. Default is the current network.
|
||||
* @return bool True if the network meets the criteria for large. False otherwise.
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-55073';
|
||||
$wp_version = '6.2-alpha-55074';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue