Changeset 4953 for trunk/wp-includes/bookmark-template.php
- Timestamp:
- 02/27/2007 03:24:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r4800 r4953 343 343 //output one single list using title_li for the title 344 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) ) { 347 347 if ( !empty( $title_li ) ){
Note: See TracChangeset
for help on using the changeset viewer.