mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
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:
parent
4c868ad943
commit
96db8df95e
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user