Opened 17 years ago
Closed 17 years ago
#9453 closed defect (bug) (fixed)
set the taxonomy/term correctly when using a custom ?tax_slug=term_slug query
| Reported by: | DD32 | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Taxonomy | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Currently, If a link is provided as such: http://.../?custom_taxonomy_slug=term_slug, WP doesnt reconise that its a 'custom_taxonomy' taxonomy, The result is that things such as wp_title() fail to reconise that the current page exists.
The attached patch makes http://.../?custom_taxonomy_slug=term_slug act the same as http://.../?taxonomy=custom_taxonomy&term=term_slug
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [10866]) Set the taxonomy/term when using a custom ?tax_slug=term_slug query, props DD32, fixes #9453