summaryrefslogtreecommitdiffstats
path: root/wp-includes
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes')
-rw-r--r--wp-includes/bookmark-template.php2
1 files changed, 1 insertions, 1 deletions
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' => '<li>',
+ $defaults = array('show_updated' => 0, 'show_description' => 0, 'show_images' => 1, 'before' => '<li>',
'after' => '</li>', 'between' => "\n");
$r = array_merge($defaults, $r);
extract($r);