Make WordPress Core

Changeset 36729


Ignore:
Timestamp:
02/26/2016 12:49:37 PM (9 years ago)
Author:
ocean90
Message:

Docs: Use correct @since tags for script enqueue functions.

See [4968], [3788].
See #35964.

File:
1 edited

Legend:

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

    r36709 r36729  
    5858 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.
    5959 *
    60  * @since 2.6.0
     60 * @since 2.1.0
    6161 *
    6262 * @param string|bool|array $handles Optional. Scripts to be printed. Default 'false'.
     
    123123 * @see WP_Dependencies::add_data()
    124124 *
    125  * @since 2.6.0
     125 * @since 2.1.0
    126126 * @since 4.3.0 A return value was added.
    127127 *
     
    168168 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.
    169169 *
    170  * @since 2.6.0
     170 * @since 2.2.0
    171171 *
    172172 * @todo Documentation cleanup
     
    196196 * @see WP_Dependencies::remove()
    197197 *
    198  * @since 2.6.0
     198 * @since 2.1.0
    199199 *
    200200 * @param string $handle Name of the script to be removed.
     
    240240 * @see WP_Dependencies::enqueue()
    241241 *
    242  * @since 2.6.0
     242 * @since 2.1.0
    243243 *
    244244 * @param string      $handle    Name of the script.
Note: See TracChangeset for help on using the changeset viewer.