From db250352050279f34063c1061d30f3dcda66902e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 24 Nov 2006 16:41:07 +0000 Subject: [PATCH] Typo. fixes #3389 git-svn-id: https://develop.svn.wordpress.org/trunk@4527 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 876b359037..a45da85f8a 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -341,7 +341,7 @@ function wp_list_bookmarks($args = '') { } } else { //output one single list using title_li for the title - $bookmarks = get_bookmarks("limit=$limit&category=$category&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_inivisible&show_updated=$show_updated"); + $bookmarks = get_bookmarks("limit=$limit&category=$category&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_invisible&show_updated=$show_updated"); if ( !empty($bookmarks) ) { $output .= str_replace(array('%id', '%class'), array("linkuncat", $class), $category_before);