mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Add a missing quote to wp_is_large_network() Docblock params.
Props lanacodes. Fixes #57468. See #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@55074 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
682c579436
commit
253b2db06b
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user