Display links if no link categories exist. props MikeHansenMe. fixes #22216.
git-svn-id: https://develop.svn.wordpress.org/trunk@22426 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
504b94b1b3
commit
6e69cc9798
@ -209,6 +209,9 @@ function wp_list_bookmarks($args = '') {
|
||||
'category_after' => '</li>'
|
||||
);
|
||||
|
||||
if ( empty( $args['category'] ) )
|
||||
$args['categorize'] = 0;
|
||||
|
||||
$r = wp_parse_args( $args, $defaults );
|
||||
extract( $r, EXTR_SKIP );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user