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
928a366d
Commit
928a366d
authored
Aug 21, 2013
by
catch
Browse files
Issue
#2067891
by dawehner: Remove override of check_plain().
parent
ae52fa17
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
View file @
928a366d
...
...
@@ -33,14 +33,6 @@ function variable_get($variable, $default) {
}
if
(
!
function_exists
(
'check_plain'
))
{
function
check_plain
(
$text
)
{
return
$text
;
}
}
}
...
...
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