Opened 16 years ago
Closed 16 years ago
#4771 closed defect (bug) (fixed)
output of get_the_category doesn't go through the categories compatibility layer
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Template | Keywords: | taxonomy categories |
Focuses: | Cc: |
Description
The category objects from get_the_category()}} doesn't contain {{{cat_name
, because they weren't run through _make_cat_compat()
. Propably the reason is that get_the_category()}} is in {{{category-template.php
and not in category.php
.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [5899]) Add back compat to get_the_category. Props nbachiyski. fixes #4771