Opened 10 years ago
Closed 10 years ago
#5682 closed defect (bug) (fixed)
Upstream changes in WP_Meta_Query break BP_Groups_Group::get_meta_query_sql() parsing
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | |
Cc: |
Description
See https://core.trac.wordpress.org/ticket/25538#comment:23 for background.
We do some ugly parsing of WP_Meta_Query
's SQL to make it compatible with the JOIN
format of the groups query. To salvage the current logic, we'll need an upstream fix, but in the meantime I'm going to apply some fixes to make our parsing somewhat less brittle (eg, reliant on line breaks).
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 8476: