Default show description option to off for bookmarks list, for now. This seems to be the preferred default.

git-svn-id: https://develop.svn.wordpress.org/trunk@3707 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-04-13 05:02:08 +00:00
parent 4c868ad943
commit 96db8df95e

View File

@ -249,7 +249,7 @@ function get_links_list($order = 'name', $hide_if_empty = 'obsolete') {
echo ' <li id="linkcat-' . $cat->cat_ID . '"><h2>' . $cat->cat_name . "</h2>\n\t<ul>\n";
// Call get_links() with all the appropriate params
get_links($cat->cat_ID,
'<li>',"</li>","\n");
'<li>',"</li>","\n", true, 'name', false);
// Close the last category
echo "\n\t</ul>\n</li>\n";