From 31560e26a701dac455dbd4b0b36074f8d2611bfa Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 1 Jan 2011 03:25:01 +0000 Subject: #1010376 by danillonunes: Fixed drupal_add_js() documentation makes reference to drupal_add_css() --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 19036463c..65d6964b6 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3831,7 +3831,7 @@ function drupal_region_class($region) { * all typical visitors and most pages of a site. It is critical that all * preprocessed files are added unconditionally on every page, even if the * files are not needed on a page. This is normally done by calling - * drupal_add_css() in a hook_init() implementation. + * drupal_add_js() in a hook_init() implementation. * * Non-preprocessed files should only be added to the page when they are * actually needed. -- cgit v1.2.3