mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
e43d2a73d8
commit
b185ac51b2
@ -237,7 +237,7 @@ function wp_list_bookmarks( $args = '' ) {
|
||||
'hierarchical' => 0
|
||||
) );
|
||||
if ( empty( $cats ) ) {
|
||||
$categorize = false;
|
||||
$r['categorize'] = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user