From 1903717f57818116513b80f6ef314e6619b713ff Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 26 Sep 2006 15:47:17 +0000 Subject: Show images in blogroll (hey drmike :) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@771 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/bookmark-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes') diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index d16f6a0..d2d8560 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); -- cgit