From c3f6e89f0cc7a23b0d04c3d7887ddbc815dad85b Mon Sep 17 00:00:00 2001 From: markjaquith Date: Wed, 11 Oct 2006 09:23:24 +0000 Subject: [PATCH] Blogroll link visibility typo fix by foolswisdom. fixes #3226 git-svn-id: http://svn.automattic.com/wordpress/trunk@4374 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/bookmark-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index 446ea4652..c1540a3b3 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -330,7 +330,7 @@ function wp_list_bookmarks($args = '') { $cats = get_categories("type=link&category_name=$category_name&include=$category&orderby=$category_orderby&order=$category_order&hierarchical=0"); foreach ( (array) $cats as $cat ) { - $bookmarks = get_bookmarks("limit=$limit&category={$cat->cat_ID}&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_inivisible&show_updated=$show_updated"); + $bookmarks = get_bookmarks("limit=$limit&category={$cat->cat_ID}&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_invisible&show_updated=$show_updated"); if ( empty($bookmarks) ) continue; $output .= "
  • $title_before$cat->cat_name$title_after\n\t