Changeset 4374 for trunk/wp-includes/bookmark-template.php
- Timestamp:
- 10/11/2006 09:23:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r4263 r4374 331 331 332 332 foreach ( (array) $cats as $cat ) { 333 $bookmarks = get_bookmarks("limit=$limit&category={$cat->cat_ID}&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_in ivisible&show_updated=$show_updated");333 $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"); 334 334 if ( empty($bookmarks) ) 335 335 continue;
Note: See TracChangeset
for help on using the changeset viewer.