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:
parent
ea94ff906d
commit
809a0f83fa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user