Show link images by default, if they are defined.

git-svn-id: https://develop.svn.wordpress.org/trunk@4256 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-09-26 14:45:15 +00:00
parent ea94ff906d
commit 809a0f83fa
1 changed files with 1 additions and 1 deletions

View File

@ -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);