summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index d2b9c2492..644947f5d 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -2758,7 +2758,7 @@ function drupal_get_css($css = NULL) {
$css = drupal_add_css();
}
- // Allow modules to alter the CSS items.
+ // Allow modules and themes to alter the CSS items.
drupal_alter('css', $css);
// Sort CSS items according to their weights.