Ticket #3389: patch.txt

File patch.txt, 0.8 kB (added by donncha, 2 years ago)
Line 
1 Index: wp-includes/bookmark-template.php
2 ===================================================================
3 --- wp-includes/bookmark-template.php   (revision 4523)
4 +++ wp-includes/bookmark-template.php   (working copy)
5 @@ -341,7 +341,7 @@
6                 }
7         } else {
8                 //output one single list using title_li for the title
9 -               $bookmarks = get_bookmarks("limit=$limit&category=$category&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_inivisible&show_updated=$show_updated");
10 +               $bookmarks = get_bookmarks("limit=$limit&category=$category&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_invisible&show_updated=$show_updated");
11                
12                 if ( !empty($bookmarks) ) {
13                         $output .= str_replace(array('%id', '%class'), array("linkuncat", $class), $category_before);