Have links use unique class.
git-svn-id: https://develop.svn.wordpress.org/trunk@788 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b1d56b71c1
commit
b03e33acf4
@ -545,8 +545,7 @@ WHERE link_visible = 'Y'
|
|||||||
$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 class="links">' . stripslashes($cat['cat_name']) . "\n\t<ul>\n";
|
echo ' <li class="'.sanitize_title($cat['cat_name']).'">' . stripslashes($cat['cat_name']) . "\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
Block a user