Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0e783334
Commit
0e783334
authored
Dec 21, 2010
by
webchick
Browse files
#1004446
by rfay: Fix typo in documentation.
parent
64e1efb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
0e783334
...
...
@@ -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'
])
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment