Changes between Initial Version and Version 1 of Ticket #27238, comment 8
- Timestamp:
- 10/28/2014 09:52:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27238, comment 8
initial v1 1 1 So 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. 2 2 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 thereas-is for the time being.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 on `get_the_taxonomies()` as-is for the time being.