[wp-trac] [WordPress Trac] #26583: urlencode issue with checkboxes and wp_query

WordPress Trac noreply at wordpress.org
Fri Dec 13 04:34:56 UTC 2013


#26583: urlencode issue with checkboxes and wp_query
--------------------------+------------------------
 Reporter:  vk011         |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Query         |     Version:  3.1
 Severity:  normal        |  Resolution:  duplicate
 Keywords:                |
--------------------------+------------------------
Changes (by SergeyBiryukov):

 * status:  new => closed
 * version:  3.8 => 3.1
 * resolution:   => duplicate
 * milestone:  Awaiting Review =>


Comment:

 Similar: #26308

 The warning comes from `wp_basename()` in custom taxonomy handling block
 in `WP_Query::parse_tax_query()`: [source:tags/3.8/src/wp-
 includes/query.php#L1748].


 The code was introduced in [15732], modified in [15773], [15825], [15923],
 and [16155].

 The patch on #17737 solves the issue by discarding a custom taxonomy query
 var if it's an array instead of a string.

 Going to close as a duplicate of #17737 along with #26308 since it's a
 manifestation of the same issue.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/26583#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list