Changes between Initial Version and Version 1 of Ticket #15007
- Timestamp:
- 10/01/2010 02:13:35 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15007 – Description
initial v1 1 I've noticed some themes are returning the same content for all categories when running current trunk (when visiting /category/foo|bar|baz). They have usage of $wp_query->query_vars ['cat'] in common. Switching them to get_queried_object_id() fixes them, but we should preserve back compat.1 I've noticed some themes are returning the same content for all categories when running current trunk (when visiting /category/foo|bar|baz). They have usage of $wp_query->query_vars!['cat'] in common. Switching them to get_queried_object_id() fixes them, but we should preserve back compat.