From b185ac51b2edf69e98afe784a19713fb795b3daf Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 19 May 2014 05:10:45 +0000 Subject: [PATCH] In `wp_list_bookmarks()`, `$categorize` should now be `$r['categorize]`. See #22400. git-svn-id: https://develop.svn.wordpress.org/trunk@28501 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/bookmark-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/bookmark-template.php b/src/wp-includes/bookmark-template.php index e791e704ae..4fc1c7ff42 100644 --- a/src/wp-includes/bookmark-template.php +++ b/src/wp-includes/bookmark-template.php @@ -237,7 +237,7 @@ function wp_list_bookmarks( $args = '' ) { 'hierarchical' => 0 ) ); if ( empty( $cats ) ) { - $categorize = false; + $r['categorize'] = false; } }