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:
parent
2f513d3320
commit
5d72cd4949
|
@ -237,7 +237,7 @@ function wp_list_bookmarks( $args = '' ) {
|
|||
'hierarchical' => 0
|
||||
) );
|
||||
if ( empty( $cats ) ) {
|
||||
$categorize = false;
|
||||
$r['categorize'] = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue