Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
888c9734
Commit
888c9734
authored
Mar 15, 2014
by
Jennifer Hodgdon
Browse files
Issue
#2216945
by asrob: Remove duplicate ingroup on filter_xss
parent
b784e91a
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/common.inc
View file @
888c9734
...
...
@@ -703,8 +703,6 @@ function filter_xss_admin($string) {
* valid UTF-8.
*
* @see \Drupal\Component\Utility\Xss::filter()
*
* @ingroup sanitization
*/
function
filter_xss
(
$string
,
$allowed_tags
=
array
(
'a'
,
'em'
,
'strong'
,
'cite'
,
'blockquote'
,
'code'
,
'ul'
,
'ol'
,
'li'
,
'dl'
,
'dt'
,
'dd'
))
{
return
Xss
::
filter
(
$string
,
$allowed_tags
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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