Ticket #4771 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

output of get_the_category doesn't go through the categories compatibility layer

Reported by: nbachiyski Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Template Version:
Severity: normal Keywords: taxonomy categories
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

more-make-cat-compat.diff (388 bytes) - added by nbachiyski on 08/18/07 00:36:50.

Change History

08/18/07 00:36:50 changed by nbachiyski

  • attachment more-make-cat-compat.diff added.

08/18/07 17:21:52 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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