[wp-trac] [WordPress Trac] #12547: Union/intersection tag query URLs broken
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 8 21:19:49 UTC 2010
#12547: Union/intersection tag query URLs broken
--------------------------+-------------------------------------------------
Reporter: wahgnube | Owner: dd32
Type: defect (bug) | Status: accepted
Priority: high | Milestone: 3.0
Component: Query | Version:
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
Comment(by wahgnube):
I have temporarily fixed it with the following modification on line 135 of
wp-includes/canonical.php:
- } elseif ( is_category() || is_tag() || is_tax() ) { // Terms
(Tags/categories)
+ } elseif ( is_category() || is_tax() ) { // Terms (Tags/categories)
I don't know what the implications of this change are, other than it
prevents a bunch of calls to remove_query_arg()s.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12547#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list