#4888 closed defect (bug) (fixed)
Taxonomy clean_object_term_cache uses undefined var
Reported by: | arnee | Owned by: | arnee |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
clean_object_term_cache() uses:
if ( !is_array($ids) ) $ids = array($ids);
"$ids" is not defined anywhere, but the function has a "$object_ids" parameter which isn't used. Should "$ids" be "$object_ids"?
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Replaces $ids with $object_ids