diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-06-25 18:56:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-06-25 18:56:11 +0000 |
commit | 242c47de38999b075fdb66c0d8825bf5e6fcfdbd (patch) | |
tree | 5a8db972fd52566c55dea4c1b3127e1aa35620a1 | |
parent | cd3d945f585860fdbdb80907ae73f55c8d118238 (diff) | |
download | brdo-242c47de38999b075fdb66c0d8825bf5e6fcfdbd.tar.gz brdo-242c47de38999b075fdb66c0d8825bf5e6fcfdbd.tar.bz2 |
- Patch #830820 by Jacine: themes can alter CSS.
-rw-r--r-- | includes/common.inc | 2 |
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. |