Changes between Initial Version and Version 2 of Ticket #19780
- Timestamp:
- 01/08/2012 10:27:13 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19780 – Description
initial v2 1 Spawning from a small discussion in #197 66, I think it's about time something is done to deal with the older named category functions such as `wp_category_dropdown` and `wp_list_categories` in category-template.php1 Spawning from a small discussion in #19776, I think it's about time something is done to deal with the older named category functions such as `wp_category_dropdown` and `wp_list_categories` in category-template.php 2 2 3 3 These functions aren't technically category-only as they accept a set $taxonomy. And because they are actually taxonomy-agnostic, I think we have a few different routes we can take to clean up after ourselves a bit: … … 5 5 A) Lock down these functions to 'categories'-only in favor of new, taxonomy-agnostic ones. 6 6 7 B) Leave the functions alone but let the inline-docs and hard-coded strings such as 'No Categories' reflect their versatility. e.g. 'No Terms' vs 'No Categori ies'.7 B) Leave the functions alone but let the inline-docs and hard-coded strings such as 'No Categories' reflect their versatility. e.g. 'No Terms' vs 'No Categories'. 8 8 9 9 C) Deprecate these older functions in deference to newer, taxonomy-agnostic ones.