Opened 17 years ago
Closed 17 years ago
#9193 closed defect (bug) (fixed)
get_terms() in wp_tag_cloud() didn't return a int
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.8 | Priority: | low |
| Severity: | normal | Version: | 2.7 |
| Component: | Taxonomy | Keywords: | has-patch taxonomy get_term_link wp_tag_cloud |
| Focuses: | Cc: |
Description
I took me a while, and I hope my analyse is correct. I try to use wp_tag_cloud() for my own taxonomy, but I'm not able to get a vaild term link. In get_term_link() i found that it look for a int|string|object. The term->id must be a int, but get_terms() in wp_tag_cloud() return a string array, so it's not possible to get the correct link.
Attched patch change the check from is_int -> is_numeric
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
is_numeric instead is_int