Some Kubrick cleanups
git-svn-id: http://svn.automattic.com/wordpress/trunk@2137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f4783007fb
commit
5f0aa7f7b0
|
@ -501,7 +501,7 @@ function get_links_list($order = 'name', $hide_if_empty = 'obsolete') {
|
||||||
$orderby = (bool_from_yn($cat['sort_desc'])?'_':'') . $orderby;
|
$orderby = (bool_from_yn($cat['sort_desc'])?'_':'') . $orderby;
|
||||||
|
|
||||||
// Display the category name
|
// 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
|
// Call get_links() with all the appropriate params
|
||||||
get_links($cat['link_category'],
|
get_links($cat['link_category'],
|
||||||
'<li>',"</li>","\n",
|
'<li>',"</li>","\n",
|
||||||
|
|
Loading…
Reference in New Issue