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

See #32246


git-svn-id: https://develop.svn.wordpress.org/trunk@36994 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2016-03-14 22:38:53 +00:00
parent 97c7cff31f
commit c0d39a1987
1 changed files with 1 additions and 0 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
* number is automatically added equal to current installed WordPress version.
* 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.
*/
public function add( $handle, $src, $deps = array(), $ver = false, $args = null ) {