Make WordPress Core

Changeset 55074


Ignore:
Timestamp:
01/15/2023 05:16:02 PM (20 months ago)
Author:
audrasjb
Message:

Docs: Add a missing quote to wp_is_large_network() Docblock params.

Props lanacodes.
Fixes #57468.
See #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-functions.php

    r54953 r55074  
    26372637 * @since 4.8.0 The `$network_id` parameter has been added.
    26382638 *
    2639  * @param string   $using      'sites or 'users'. Default is 'sites'.
     2639 * @param string   $using      'sites' or 'users'. Default is 'sites'.
    26402640 * @param int|null $network_id ID of the network. Default is the current network.
    26412641 * @return bool True if the network meets the criteria for large. False otherwise.
Note: See TracChangeset for help on using the changeset viewer.