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
aba77548
Commit
aba77548
authored
Aug 31, 2012
by
webchick
Browse files
Issue
#1730760
by sun: Fixed theme_task_list() does not use installer-compatible get_t().
parent
12075c97
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/theme.maintenance.inc
View file @
aba77548
...
@@ -122,7 +122,7 @@ function theme_task_list($variables) {
...
@@ -122,7 +122,7 @@ function theme_task_list($variables) {
}
}
else
{
else
{
$class
=
$done
?
'done'
:
''
;
$class
=
$done
?
'done'
:
''
;
$status
=
$done
?
'('
.
t
(
'done'
)
.
')'
:
''
;
$status
=
$done
?
'('
.
$
t
(
'done'
)
.
')'
:
''
;
}
}
$output
.
=
'<li'
;
$output
.
=
'<li'
;
$output
.
=
(
$class
?
' class="'
.
$class
.
'"'
:
''
)
.
'>'
;
$output
.
=
(
$class
?
' class="'
.
$class
.
'"'
:
''
)
.
'>'
;
...
...
Write
Preview
Supports
Markdown
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