- Patch #258128 by webchick: @parameter should be @param. Gets the Most Trivial Patch of the Month Award.

Backport by gpk.
5.x
Neil Drumm 2008-05-26 03:39:32 +00:00
parent 590f096437
commit 07736fd03b
1 changed files with 2 additions and 2 deletions

View File

@ -1659,10 +1659,10 @@ function _drupal_add_js($data, $type, $scope, $defer, $cache) {
* are added to the page. Then, all settings are output, followed by 'inline'
* JavaScript code.
*
* @parameter $scope
* @param $scope
* (optional) The scope for which the JavaScript rules should be returned.
* Defaults to 'header'.
* @parameter $javascript
* @param $javascript
* (optional) An array with all JavaScript code. Defaults to the default
* JavaScript array for the given scope.
* @return