Ticket #4733 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

need a get function for tag list

Reported by: andy Assigned to: anonymous
Priority: high Milestone: 2.3
Component: Template Version: 2.3
Severity: normal Keywords: tags
Cc:

Description

the_tags echoes without any opportunity to return the markup. Category list markup is returnable. Sandbox requires returned markup.

Patch adds get_the_tag_list to mimic get_the_category_list.

Attachments

get_the_tag_list.diff (0.6 kB) - added by andy on 08/12/07 20:07:49.

Change History

08/12/07 20:07:49 changed by andy

  • attachment get_the_tag_list.diff added.

08/14/07 03:44:49 changed by ryan

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

(In [5871]) get_the_tag_list from andy. fixes #4733