Show link images by default, if they are defined.

git-svn-id: http://svn.automattic.com/wordpress/trunk@4256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-09-26 14:45:15 +00:00
parent f73a8c0447
commit 8cf13570c3

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