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/functions.php

    r42648 r42678  
    232232     *
    233233     * @since 2.8.0
    234      * @since 4.9.0 The `$number` and `$decimals` arguments were added.
     234     * @since 4.9.0 The `$number` and `$decimals` parameters were added.
    235235     *
    236236     * @param string $formatted Converted number in string format.
     
    37133713 *
    37143714 * @since 3.0.0
    3715  * @since 4.7.0 Uses WP_List_Util class.
     3715 * @since 4.7.0 Uses `WP_List_Util` class.
    37163716 *
    37173717 * @param array       $list     An array of objects to filter
     
    37463746 *
    37473747 * @since 3.1.0
    3748  * @since 4.7.0 Uses WP_List_Util class.
     3748 * @since 4.7.0 Uses `WP_List_Util` class.
    37493749 *
    37503750 * @param array  $list     An array of objects to filter.
     
    37743774 * @since 3.1.0
    37753775 * @since 4.0.0 $index_key parameter added.
    3776  * @since 4.7.0 Uses WP_List_Util class.
     3776 * @since 4.7.0 Uses `WP_List_Util` class.
    37773777 *
    37783778 * @param array      $list      List of objects or arrays
     
    45764576 *
    45774577 * @since 3.0.0
    4578  * @since 4.9.0 The $network_id parameter has been added.
     4578 * @since 4.9.0 The `$network_id` parameter was added.
    45794579 *
    45804580 * @param int $site_id    Optional. Site ID to test. Defaults to current site.
Note: See TracChangeset for help on using the changeset viewer.