From 1385200e869acf2e7a8cf42aa6091e5da68b9fde Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 26 Feb 2016 13:49:55 +0000 Subject: [PATCH] Docs: In `WP_Dependencies` add a changelog entry for the `$group` parameter. See #35964. git-svn-id: https://develop.svn.wordpress.org/trunk@36732 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class.wp-dependencies.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/class.wp-dependencies.php b/src/wp-includes/class.wp-dependencies.php index 57530b8f17..211fa14821 100644 --- a/src/wp-includes/class.wp-dependencies.php +++ b/src/wp-includes/class.wp-dependencies.php @@ -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.