Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #12946


Ignore:
Timestamp:
04/09/2010 08:14:38 PM (14 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12946 – Description

    initial v1  
    11twentyten_term_list() produces some really cool results, but it'd be great if we better leveraged the term template API instead of going it alone.
    22
    3 Attached is a quick proof of concept patch. I've made minor modifications two core functions (only one of which is required) and used a filter in a dependency of the_tags() to produce the same magic.
     3Attached is a quick proof of concept patch. I've made two minor modifications one core function (only one of which is required; we can work around the second) and used a filter in that function, a dependency of the_tags(), to produce the same magic.