Quick patch to change a comment in drupal_get_css() since themes can also do this now.

-  // Allow modules to alter the CSS items.
+  // Allow modules and themes to alter the CSS items.
   drupal_alter('css', $css);
CommentFileSizeAuthor
drupalgetcss-docs.patch598 bytesJacine
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

This must be true, since the only implementation of hook_css_alter() in core currently is seven_css_alter().

Patch is clean.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.