Make WordPress Core

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: nbachiyski's profile nbachiyski 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)

more-make-cat-compat.diff (388 bytes) - added by nbachiyski 16 years ago.

Download all attachments as: .zip

Change History (2)

#1 @ryan
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5899]) Add back compat to get_the_category. Props nbachiyski. fixes #4771

Note: See TracTickets for help on using tickets.