Changes between Initial Version and Version 1 of Ticket #23208, comment 3
- Timestamp:
- 01/18/2013 10:19:40 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23208, comment 3
initial v1 1 Patch is incorrect; this is a case of taking $q and replacing it with $this->query_vars. `$ q['meta_key']` is correct there, not 'meta_key'.1 Patch is incorrect; this is a case of taking $q and replacing it with $this->query_vars. `$this->query_vars['meta_key']` is correct there, not 'meta_key'.