Opened 16 years ago
Closed 16 years ago
#7865 closed defect (bug) (fixed)
Tag templates no longer work with tag-{$tag_name}
Reported by: | cogmios | Owned by: | westi |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Template | Keywords: | tag template regression |
Focuses: | Cc: |
Description (last modified by )
Tag template pages e.g. "tag-wordpress.php" to not be called or found. See http://edward.de.leau.net/tag-pages-and-wordpress-27-20081011.html.
I dont know the status of the function so I consider this a unit test report, but a pretty large bug.
Change History (4)
#1
@
16 years ago
- Keywords needs-patch added
- Owner changed from anonymous to westi
- Priority changed from high to normal
- Severity changed from major to normal
- Status changed from new to assigned
#2
@
16 years ago
- Description modified (diff)
- Summary changed from new locate_template function causes TAG pages to NOT appear to Tag templates no longer work with tag-{$tag_name}
Note: See
TracTickets for help on using
tickets.
Nothing is wrong with locate_template.
The fact is that the code in 2.6.x allows for textual tag templates 2.7 for some reason expects them to be numeric tag ids.
The change is in get_tag_template() which now wraps an absint around the result of get_query_var