Opened 9 years ago
Closed 9 years ago
#37254 closed defect (bug) (fixed)
$this->request duplication in WP_Term_Query
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
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";
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
ps: I meant of course
WP_Term_Query
, notWP_Tax_Query
, but I can't modify the original ticket ;-)