From 69f836f072daf4553db3a76429581ddbc2742f98 Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 11 Oct 2006 11:37:25 +0000 Subject: WP Merge to rev 4376 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@802 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/bookmark-template.php | 2 +- wp-includes/functions.php | 2 +- wp-includes/general-template.php | 2 ++ wp-includes/post-template.php | 2 +- wp-includes/post.php | 54 ++++++++++++++++++++------------------- 5 files changed, 33 insertions(+), 29 deletions(-) (limited to 'wp-includes') diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index c5c2505..601e4b8 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -333,7 +333,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