Changeset 4527
- Timestamp:
- 11/24/06 16:41:07 (2 years ago)
- Files:
-
- trunk/wp-includes/bookmark-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/bookmark-template.php
r4495 r4527 342 342 } else { 343 343 //output one single list using title_li for the title 344 $bookmarks = get_bookmarks("limit=$limit&category=$category&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_in ivisible&show_updated=$show_updated");344 $bookmarks = get_bookmarks("limit=$limit&category=$category&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_invisible&show_updated=$show_updated"); 345 345 346 346 if ( !empty($bookmarks) ) {
