Make WordPress Core

Opened 8 years ago

Last modified 8 years ago

#37254 closed defect (bug)

$this->request duplication in WP_Term_Query — at Version 3

Reported by: birgire's profile birgire Owned by:
Milestone: 4.6 Priority: normal
Severity: normal Version: 4.6
Component: Taxonomy Keywords: has-patch
Focuses: Cc:

Description (last modified by swissspidy)

This part of WP_Term_Query looks like a duplication:

$this->request = $this->request = "{$this->sql_clauses['select']} ... etc

I guess this structure originates from the WP_Query:

$this->request = $old_request = "SELECT ... etc";

Change History (4)

#1 @birgire
8 years ago

  • Keywords has-patch added

#2 @birgire
8 years ago

ps: I meant of course WP_Term_Query, not WP_Tax_Query, but I can't modify the original ticket ;-)

#3 @swissspidy
8 years ago

  • Description modified (diff)
  • Summary changed from $this->request duplication in WP_Tax_Query to $this->request duplication in WP_Term_Query
Note: See TracTickets for help on using tickets.