Show
Ignore:
Timestamp:
12/20/07 21:25:12 (1 year ago)
Author:
westi
Message:

Fix some of the notices visible with WP_DEBUG enabled.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/bookmark-template.php

    r6161 r6436  
    55        'show_updated' => 0, 'show_description' => 0, 
    66        'show_images' => 1, 'before' => '<li>', 
    7         'after' => '</li>', 'between' => "\n" 
     7        'after' => '</li>', 'between' => "\n", 
     8        'show_rating' => 0 
    89    ); 
    910 
     
    1112    extract( $r, EXTR_SKIP ); 
    1213 
     14    $output = ''; // Blank string to start with. 
     15     
    1316    foreach ( (array) $bookmarks as $bookmark ) { 
    1417        if ( !isset($bookmark->recently_updated) )