Opened 16 years ago
Closed 16 years ago
#8716 closed defect (bug) (worksforme)
get_category('of a string') throws an error 500
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
yes, it's better not to try a get_category of a string in the first place,
but it's a bit of overreacting, isn't it ?
try get_category('whatever');
should be a intval($category) inside get_category() before asking to get_term
Change History (1)
Note: See
TracTickets for help on using
tickets.
calling that generates no error 500 in trunk... please re-open if you can reproduce, with a step by step procedure to reproduce the issue.