summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-01 03:25:01 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-01 03:25:01 +0000
commit31560e26a701dac455dbd4b0b36074f8d2611bfa (patch)
tree53fbc143393c43ef9f56109f324107b2c64bfcf3 /includes
parent89fb32ac81de16fc285eb9f70a2e8723a124b2be (diff)
downloadbrdo-31560e26a701dac455dbd4b0b36074f8d2611bfa.tar.gz
brdo-31560e26a701dac455dbd4b0b36074f8d2611bfa.tar.bz2
#1010376 by danillonunes: Fixed drupal_add_js() documentation makes reference to drupal_add_css()
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
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.