Opened 11 years ago
Closed 11 years ago
#5682 closed defect (bug) (fixed)
Upstream changes in WP_Meta_Query break BP_Groups_Group::get_meta_query_sql() parsing
Reported by: |
|
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).
Commits (1)
- [8476] Clean up parsed meta_query clauses before performing preg_replaces() in BP_Groups_Group::get_meta_query_sql()… by @boonebgorges 11 years ago
Pull Requests
- Loading…
Note: See
TracTickets for help on using
tickets.
In 8476: