diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index 8f82f0cea9..a56facf4af 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -246,7 +246,7 @@ function _walk_bookmarks($bookmarks, $args = '' ) { else parse_str($args, $r); - $defaults = array('show_updated' => 0, 'show_description' => 0, 'show_images' => 0, 'before' => '
  • ', + $defaults = array('show_updated' => 0, 'show_description' => 0, 'show_images' => 1, 'before' => '
  • ', 'after' => '
  • ', 'between' => "\n"); $r = array_merge($defaults, $r); extract($r);