Fix quoting. see #13465
git-svn-id: https://develop.svn.wordpress.org/trunk@14762 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ac71984568
commit
9a7b926d5c
@ -81,7 +81,7 @@ if (empty ($importers)) {
|
|||||||
'&TB_iframe=true&width=600&height=550') . '" class="thickbox" title="' .
|
'&TB_iframe=true&width=600&height=550') . '" class="thickbox" title="' .
|
||||||
esc_attr__('Install importer') . '">' . $data[0] . '</a>';
|
esc_attr__('Install importer') . '">' . $data[0] . '</a>';
|
||||||
} else {
|
} else {
|
||||||
$action = "<a href='" . esc_url('admin.php?import=$id') . "' title='" . esc_attr( wptexturize(strip_tags($data[1])) ) ."'>{$data[0]}</a>";
|
$action = "<a href='" . esc_url("admin.php?import=$id") . "' title='" . esc_attr( wptexturize(strip_tags($data[1])) ) ."'>{$data[0]}</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($style != '')
|
if ($style != '')
|
||||||
|
Loading…
Reference in New Issue
Block a user