From 242c47de38999b075fdb66c0d8825bf5e6fcfdbd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 25 Jun 2010 18:56:11 +0000 Subject: - Patch #830820 by Jacine: themes can alter 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 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. -- cgit v1.2.3