summaryrefslogtreecommitdiffstats
path: root/wp-includes/bookmark-template.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-11-13 18:57:12 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-11-13 18:57:12 +0000
commit0550c5db0b68e514acf0271e39127e314038aedf (patch)
tree6aa22fbefb2cbd8e99272955526876943ac01a8d /wp-includes/bookmark-template.php
parent79dbaee37760b8cb3e835affdfea83465414c122 (diff)
downloadwordpress-mu-0550c5db0b68e514acf0271e39127e314038aedf.tar.gz
wordpress-mu-0550c5db0b68e514acf0271e39127e314038aedf.tar.xz
wordpress-mu-0550c5db0b68e514acf0271e39127e314038aedf.zip
Fixed typo (fixes #188)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@806 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/bookmark-template.php')
-rw-r--r--wp-includes/bookmark-template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php
index 601e4b8..990aae1 100644
--- a/wp-includes/bookmark-template.php
+++ b/wp-includes/bookmark-template.php
@@ -342,7 +342,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 .= "<li id='linkuncat' class='$class'>$title_before$title_li$title_after\n\t<ul>\n";