diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-21 19:16:13 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-21 19:16:13 +0000 |
commit | 64e1efb5b35f0c85ee738c8b171a0a28ac71ba29 (patch) | |
tree | bf6e217e5c0bf52472ca21596c545fd8ee56cc67 | |
parent | d1bc85ca8aa0942952bb13fdc2f8cb40c78c0fff (diff) | |
download | brdo-64e1efb5b35f0c85ee738c8b171a0a28ac71ba29.tar.gz brdo-64e1efb5b35f0c85ee738c8b171a0a28ac71ba29.tar.bz2 |
Roll-back of #1004446 to test git rebuild scripts.
-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 19036463c..6968ff172 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2948,7 +2948,7 @@ function drupal_get_css($css = NULL, $skip_alter = FALSE) { */ function drupal_sort_css_js($a, $b) { // First order by group, so that, for example, all items in the CSS_SYSTEM - // group appear before items in the CSS_DEFAULT group, which appear before + // group appear before items in the CSS_DEFAULT_GROUP, which appear before // all items in the CSS_THEME group. Modules may create additional groups by // defining their own constants. if ($a['group'] < $b['group']) { |