Make WordPress Core


Ignore:
Timestamp:
02/09/2018 04:54:58 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Add missing code formatting to various @since entries.

See #42505

File:
1 edited

Legend:

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

    r42570 r42678  
    102102 *
    103103 * @since MU (3.0.0)
    104  * @since 4.8.0 The $network_id parameter has been added.
     104 * @since 4.8.0 The `$network_id` parameter has been added.
    105105 *
    106106 * @param int|null $network_id ID of the network. Default is the current network.
     
    117117 *
    118118 * @since MU (3.0.0)
    119  * @since 3.7.0 The $network_id parameter has been deprecated.
    120  * @since 4.8.0 The $network_id parameter is now being used.
     119 * @since 3.7.0 The `$network_id` parameter has been deprecated.
     120 * @since 4.8.0 The `$network_id` parameter is now being used.
    121121 *
    122122 * @param int|null $network_id ID of the network. Default is the current network.
     
    24642464 *
    24652465 * @since 3.1.0
    2466  * @since 4.8.0 The $network_id parameter has been added.
     2466 * @since 4.8.0 The `$network_id` parameter has been added.
    24672467 *
    24682468 * @param int|null $network_id ID of the network. Default is the current network.
     
    24802480 *
    24812481 * @since 3.7.0
    2482  * @since 4.8.0 The $network_id parameter has been added.
     2482 * @since 4.8.0 The `$network_id` parameter has been added.
    24832483 *
    24842484 * @param int|null $network_id ID of the network. Default is the current network.
     
    25112511 *
    25122512 * @since 3.7.0
    2513  * @since 4.8.0 The $network_id parameter has been added.
     2513 * @since 4.8.0 The `$network_id` parameter has been added.
    25142514 *
    25152515 * @param int|null $network_id ID of the network. Default is the current network.
     
    25302530 *
    25312531 * @since 3.7.0
    2532  * @since 4.8.0 The $network_id parameter has been added.
     2532 * @since 4.8.0 The `$network_id` parameter has been added.
    25332533 *
    25342534 * @param int|null $network_id ID of the network. Default is the current network.
     
    25572557 *
    25582558 * @since 3.7.0
    2559  * @since 4.8.0 The $network_id parameter has been added.
     2559 * @since 4.8.0 The `$network_id` parameter has been added.
    25602560 *
    25612561 * @global wpdb $wpdb WordPress database abstraction object.
     
    26862686 *
    26872687 * @since 3.3.0
    2688  * @since 4.8.0 The $network_id parameter has been added.
     2688 * @since 4.8.0 The `$network_id` parameter has been added.
    26892689 *
    26902690 * @param string   $using      'sites or 'users'. Default is 'sites'.
     
    27042704         *
    27052705         * @since 3.3.0
    2706          * @since 4.8.0 The $network_id parameter has been added.
     2706         * @since 4.8.0 The `$network_id` parameter has been added.
    27072707         *
    27082708         * @param bool   $is_large_network Whether the network has more than 10000 users or sites.
Note: See TracChangeset for help on using the changeset viewer.