Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Donations
Commits
bf5726c2
Commit
bf5726c2
authored
Feb 03, 2021
by
Michael Iseard
Browse files
Fix top filter not allowing html tags
parent
7b3460f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Admin/Table/TableTrait.php
View file @
bf5726c2
...
...
@@ -190,7 +190,7 @@ trait TableTrait {
if
(
'top'
===
$which
)
{
if
(
$this
->
has_items
()
)
{
echo
esc_attr
(
apply_filters
(
'kudos_table_tablenav_top'
,
''
,
$this
->
_args
)
);
echo
wp_kses_post
(
apply_filters
(
'kudos_table_tablenav_top'
,
''
,
$this
->
_args
)
);
}
}
...
...
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