Make WordPress Core

Changeset 36731


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

Docs: In WP_Dependencies add a changelog entry to methods which were moved from WP_Scripts to WP_Dependencies.

See #35964.

File:
1 edited

Legend:

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

    r36713 r36731  
    8383     *
    8484     * @access public
    85      * @since 2.1.0
     85     * @since 2.6.0
    8686     *
    8787     * @param mixed $handles Optional. Items to be processed: Process queue (false), process item (string), process items (array of strings).
     
    136136     * @access public
    137137     * @since 2.1.0
     138     * @since 2.6.0 Moved from `WP_Scripts`.
    138139     *
    139140     * @param mixed $handles   Item handle and argument (string) or item handles and arguments (array of strings).
     
    193194     * @access public
    194195     * @since 2.1.0
     196     * @since 2.6.0 Moved from `WP_Scripts`.
    195197     *
    196198     * @param string $handle Unique item name.
     
    255257     * @access public
    256258     * @since 2.1.0
     259     * @since 2.6.0 Moved from `WP_Scripts`.
    257260     *
    258261     * @param mixed $handles Item handle and argument (string) or item handles and arguments (array of strings).
     
    274277     * @access public
    275278     * @since 2.1.0
     279     * @since 2.6.0 Moved from `WP_Scripts`.
    276280     *
    277281     * @param mixed $handles Item handle and argument (string) or item handles and arguments (array of strings).
     
    296300     * @access public
    297301     * @since 2.1.0
     302     * @since 2.6.0 Moved from `WP_Scripts`.
    298303     *
    299304     * @param mixed $handles Item handle and argument (string) or item handles and arguments (array of strings).
     
    340345     * @access public
    341346     * @since 2.1.0
     347     * @since 2.6.0 Moved from `WP_Scripts`.
    342348     *
    343349     * @param string $handle Name of the item. Should be unique.
Note: See TracChangeset for help on using the changeset viewer.