From 98199d51b0d30ae8c3549b61d35c9c17cf56f42b Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 14 Mar 2012 15:18:28 -0700 Subject: Issue #1480570 by Gaelan: Make default clear in drupal_add_css() args doc --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3