Ticket #7507 (new defect (bug))

Opened 5 months ago

Last modified 5 months ago

'wp_list_bookmarks()' and 'category_name' with non-existent category

Reported by: therks Assigned to: anonymous
Priority: normal Milestone:
Component: General Version: 2.6
Severity: normal Keywords: wp_list_bookmarks category_name
Cc:

Description

When using 'wp_list_bookmarks()', if you specify a non-existent category with the 'category_name' parameter it shows all bookmarks from all categories. Should just return nothing, shouldn't it?

Change History

08/13/08 05:21:46 changed by therks

Bah, I forgot to mention that categorize also has to be set to 0. Example:

wp_list_bookmarks('categorize=0&category_name=IDontExist');