diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index 7cc8216613..6c757ac197 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/wp-includes/ms-functions.php @@ -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. */