Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27238, comment 8


Ignore:
Timestamp:
10/28/2014 09:52:21 PM (10 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27238, comment 8

    initial v1  
    11So in looking at [attachment:27238.5.patch], it occurs to me that the default arguments are actually defined in the wrong function. They should be defined in `get_the_taxonomies()`. Let's handle moving that code to a separate patch after this is taken care of.
    22
    3 For now, let's move the more in-depth argument descriptions for `$template` and `$term_template` into the main hash notation that was added to `the_taxonomies()` and leave the `$args` parameter description there as-is for the time being.
     3For now, let's move the more in-depth argument descriptions for `$template` and `$term_template` into the main hash notation that was added to `the_taxonomies()` and leave the `$args` parameter description on `get_the_taxonomies()` as-is for the time being.