Accidentally removed H2

git-svn-id: http://svn.automattic.com/wordpress/trunk@2339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-02-14 23:37:28 +00:00
parent ca150d78e7
commit 973fea010e
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ function get_links_list($order = 'name', $hide_if_empty = 'obsolete') {
$orderby = (bool_from_yn($cat['sort_desc'])?'_':'') . $orderby;
// Display the category name
echo ' <li id="linkcat-' . $cat['link_category'] . '">' . $cat['cat_name'] . "\n\t<ul>\n";
echo ' <li id="linkcat-' . $cat['link_category'] . '"><h2>' . $cat['cat_name'] . "</h2>\n\t<ul>\n";
// Call get_links() with all the appropriate params
get_links($cat['link_category'],
'<li>',"</li>","\n",