Make WordPress Core

Changeset 36732


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

Docs: In WP_Dependencies add a changelog entry for the $group parameter.

See #35964.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class.wp-dependencies.php

    r36731 r36732  
    8484     * @access public
    8585     * @since 2.6.0
     86     * @since 2.8.0 Added the `$group` parameter.
    8687     *
    8788     * @param mixed $handles Optional. Items to be processed: Process queue (false), process item (string), process items (array of strings).
     
    137138     * @since 2.1.0
    138139     * @since 2.6.0 Moved from `WP_Scripts`.
     140     * @since 2.8.0 Added the `$group` parameter.
    139141     *
    140142     * @param mixed $handles   Item handle and argument (string) or item handles and arguments (array of strings).
Note: See TracChangeset for help on using the changeset viewer.