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: | alexrabe | Owned by: | ryan |
|---|---|---|---|
| Priority: | low | Milestone: | 2.8 |
| Component: | Taxonomy | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch taxonomy get_term_link wp_tag_cloud |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
is_numeric instead is_int