From 757dbee6ab073293658f0336ba46ae62118460e5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 14 May 2008 13:15:09 +0000 Subject: - Patch #258128 by webchick: @parameter should be @param. Gets the Most Trivial Patch of the Month Award. --- includes/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/common.inc') 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 -- cgit v1.2.3