diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-05-14 13:15:09 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-05-14 13:15:09 +0000 |
commit | 757dbee6ab073293658f0336ba46ae62118460e5 (patch) | |
tree | ce0bdee59fa996227ddc84c892ce7c41541c4ed2 /includes/common.inc | |
parent | 8cc4aaeeaef190ef2e69652d4610c71db64d145c (diff) | |
download | brdo-757dbee6ab073293658f0336ba46ae62118460e5.tar.gz brdo-757dbee6ab073293658f0336ba46ae62118460e5.tar.bz2 |
- Patch #258128 by webchick: @parameter should be @param. Gets the Most Trivial Patch of the Month Award.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 710d2e3c2..046e1bd50 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2007,10 +2007,10 @@ function drupal_add_js($data = NULL, $type = 'module', $scope = 'header', $defer * are added to the page. Then, all settings are output, followed by 'inline' * JavaScript code. If running update.php, all preprocessing is disabled. * - * @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 |