diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-14 15:18:28 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-14 15:18:28 -0700 |
commit | 98199d51b0d30ae8c3549b61d35c9c17cf56f42b (patch) | |
tree | 7f5f3762a2cd0d24683cb6e88cb7f93a595948d8 | |
parent | de17f5a5ebd074fa7f773ea2aefa9199c4671485 (diff) | |
download | brdo-98199d51b0d30ae8c3549b61d35c9c17cf56f42b.tar.gz brdo-98199d51b0d30ae8c3549b61d35c9c17cf56f42b.tar.bz2 |
Issue #1480570 by Gaelan: Make default clear in drupal_add_css() args doc
-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 ce0839021..f153066e5 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2821,7 +2821,7 @@ function drupal_add_html_head_link($attributes, $header = FALSE) { * - 'group': A number identifying the group in which to add the stylesheet. * Available constants are: * - CSS_SYSTEM: Any system-layer CSS. - * - CSS_DEFAULT: Any module-layer CSS. + * - CSS_DEFAULT: (default) Any module-layer CSS. * - CSS_THEME: Any theme-layer CSS. * The group number serves as a weight: the markup for loading a stylesheet * within a lower weight group is output to the page before the markup for |