Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30705


Ignore:
Timestamp:
12/13/2014 10:56:37 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30705 – Description

    initial v1  
    1 Similar to [https://core.trac.wordpress.org/ticket/27238] the parameter $term_template is suggested to allow for user created formatting for get_the_term_list(), as opposed to the previous standard of simply linking to each list in the term.
     1Similar to #27238 the parameter $term_template is suggested to allow for user created formatting for get_the_term_list(), as opposed to the previous standard of simply linking to each list in the term.
    22
    3 The reasoning for the change is that general linking is not always the desired action for displaying term lists. The method for inclusion is similar to [https://core.trac.wordpress.org/changeset/30209].
     3The reasoning for the change is that general linking is not always the desired action for displaying term lists. The method for inclusion is similar to [30209].