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

git-svn-id: http://svn.automattic.com/wordpress/trunk@3707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-04-13 05:02:08 +00:00
parent 2cf2472a52
commit c32db269eb

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";