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
This commit is contained in:
Scott Taylor 2014-05-19 05:11:14 +00:00
parent 2f513d3320
commit 5d72cd4949
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ function wp_list_bookmarks( $args = '' ) {
'hierarchical' => 0
) );
if ( empty( $cats ) ) {
$categorize = false;
$r['categorize'] = false;
}
}