Changeset 6436 for trunk/wp-includes/bookmark-template.php
- Timestamp:
- 12/20/07 21:25:12 (1 year ago)
- Files:
-
- trunk/wp-includes/bookmark-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/bookmark-template.php
r6161 r6436 5 5 'show_updated' => 0, 'show_description' => 0, 6 6 'show_images' => 1, 'before' => '<li>', 7 'after' => '</li>', 'between' => "\n" 7 'after' => '</li>', 'between' => "\n", 8 'show_rating' => 0 8 9 ); 9 10 … … 11 12 extract( $r, EXTR_SKIP ); 12 13 14 $output = ''; // Blank string to start with. 15 13 16 foreach ( (array) $bookmarks as $bookmark ) { 14 17 if ( !isset($bookmark->recently_updated) )
