Make WordPress Core

Ticket #57468: 57468.diff

File 57468.diff, 1.3 KB (added by lanacodes, 3 years ago)

Add the missing apostrophe.

  • src/wp-includes/ms-functions.php

     
    26362636 * @since 3.3.0
    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.
    26422642 */