Docs: Re-add a `@param` that went missing in [36993].

See #32246

Built from https://develop.svn.wordpress.org/trunk@36994


git-svn-id: http://core.svn.wordpress.org/trunk@36961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-03-14 22:39:26 +00:00
parent 7ecfdc69b7
commit 2cee8966ab
2 changed files with 2 additions and 1 deletions

View File

@ -211,6 +211,7 @@ class WP_Dependencies {
* as a query string for cache busting purposes. If version is set to false, a version * as a query string for cache busting purposes. If version is set to false, a version
* number is automatically added equal to current installed WordPress version. * number is automatically added equal to current installed WordPress version.
* If set to null, no version is added. * If set to null, no version is added.
* @param mixed $args Optional. Custom property of the item. NOT the class property $args. Examples: $media, $in_footer.
* @return bool Whether the item has been registered. True on success, false on failure. * @return bool Whether the item has been registered. True on success, false on failure.
*/ */
public function add( $handle, $src, $deps = array(), $ver = false, $args = null ) { public function add( $handle, $src, $deps = array(), $ver = false, $args = null ) {

View File

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