diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index e791e704ae..4fc1c7ff42 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -237,7 +237,7 @@ function wp_list_bookmarks( $args = '' ) { 'hierarchical' => 0 ) ); if ( empty( $cats ) ) { - $categorize = false; + $r['categorize'] = false; } }