summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-05-14 13:15:09 +0000
committerDries Buytaert <dries@buytaert.net>2008-05-14 13:15:09 +0000
commit757dbee6ab073293658f0336ba46ae62118460e5 (patch)
treece0bdee59fa996227ddc84c892ce7c41541c4ed2 /includes/common.inc
parent8cc4aaeeaef190ef2e69652d4610c71db64d145c (diff)
downloadbrdo-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.inc4
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