Accidentally removed H2
git-svn-id: https://develop.svn.wordpress.org/trunk@2339 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6b8fb62fb8
commit
8c0bda2b91
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user