diff --git a/wp-includes/links.php b/wp-includes/links.php index 97b971216c..8c95ae1a70 100644 --- a/wp-includes/links.php +++ b/wp-includes/links.php @@ -176,7 +176,7 @@ function get_links($category = -1, $before = '', $after = '
', } $the_link = '#'; if (($row->link_url != null) && ($row->link_url != '')) { - $the_link = wp_specialchars($row->link_url); + $the_link = $row->link_url; } $rel = $row->link_rel; if ($rel != '') {