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

See #35964.
Built from https://develop.svn.wordpress.org/trunk@36732


git-svn-id: http://core.svn.wordpress.org/trunk@36699 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-02-26 13:50:25 +00:00
parent c8923e5710
commit a09799fa40
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,7 @@ class WP_Dependencies {
*
* @access public
* @since 2.6.0
* @since 2.8.0 Added the `$group` parameter.
*
* @param mixed $handles Optional. Items to be processed: Process queue (false), process item (string), process items (array of strings).
* @param mixed $group Group level: level (int), no groups (false).
@ -136,6 +137,7 @@ class WP_Dependencies {
* @access public
* @since 2.1.0
* @since 2.6.0 Moved from `WP_Scripts`.
* @since 2.8.0 Added the `$group` parameter.
*
* @param mixed $handles Item handle and argument (string) or item handles and arguments (array of strings).
* @param bool $recursion Internal flag that function is calling itself.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36731';
$wp_version = '4.5-beta1-36732';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.