From 5d72cd4949e0476bf8e6c04077c2fe0524a4dd27 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 19 May 2014 05:11:14 +0000 Subject: [PATCH] In `wp_list_bookmarks()`, `$categorize` should now be `$r['categorize]`. See #22400. Built from https://develop.svn.wordpress.org/trunk@28501 git-svn-id: http://core.svn.wordpress.org/trunk@28327 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/bookmark-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }