Skip to content

Commit 37e0053

Browse files
committed
Revert "Use check_markup in _gin_admin_list()."
This reverts commit 989c6b0.
1 parent 5e65c5d commit 37e0053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function _gin_admin_list($content, $empty_message = '') {
285285
$output .= l($item['title'], $item['href'], $item['localized_options']);
286286
$output .= '<dt class="admin-item__title">' . $item['title'] . '</dt>';
287287
if (isset($item['description'])) {
288-
$desc = check_markup($item['description']);
288+
$desc = filter_xss_admin($item['description']);
289289
$item['localized_options']['attributes']['title'] = $desc;
290290
$output .= '<dd class="admin-item__description">' . $desc . '</dd>';
291291
}

0 commit comments

Comments
 (0)