Some Kubrick cleanups

git-svn-id: https://develop.svn.wordpress.org/trunk@2137 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-01-24 08:24:59 +00:00
parent 391b7ef771
commit 26c42e4384
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="'.sanitize_title($cat['cat_name']).'">' . $cat['cat_name'] . "\n\t<ul>\n";
echo ' <li id="'.sanitize_title($cat['cat_name']).'"><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",