Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18707, comment 2


Ignore:
Timestamp:
12/11/2012 11:09:48 PM (12 years ago)
Author:
robmiller
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18707, comment 2

    initial v1  
    22
    33Would appreciate anyone's thoughts; it feels somewhat dirty at the moment but that's primarily because I didn't want to redo the current logic too much.
     4
     5Usage: `new WP_Query(array('meta_key' => 'foo', 'meta_value' => array('foo', 'bar'), 'meta_compare' => 'like'));`