From c32db269eb984c91fffc8c642a631c000d029691 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 13 Apr 2006 05:02:08 +0000 Subject: [PATCH] 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 --- wp-includes/template-functions-bookmarks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-bookmarks.php b/wp-includes/template-functions-bookmarks.php index 3ec336492b..d3aa507d66 100644 --- a/wp-includes/template-functions-bookmarks.php +++ b/wp-includes/template-functions-bookmarks.php @@ -249,7 +249,7 @@ function get_links_list($order = 'name', $hide_if_empty = 'obsolete') { echo '
  • ' . $cat->cat_name . "

    \n\t\n
  • \n";