Fatal error due to broken comment query callback
janboddez opened this issue · 1 comments
janboddez commented
There's an issue here:
This alters completely overwrites (but only when a meta_query
array is present) $query
, which is passed by reference.
And leads to a fatal error later on, when this code is run:
Originally reported at janboddez/indieblocks#180.
pfefferle commented
Should be fixed on 5.3.1! Thanks for your fast help!