@@ -328,6 +328,9 @@ |
||
328 | 328 | return build_query( array( 'value' => urlencode($post[$column]), 'id' => $post['ID'] ) ); |
329 | 329 | } |
330 | 330 | |
331 | + /** |
|
332 | + * @param string $column |
|
333 | + */ |
|
331 | 334 | function _build_date_range_query( $column, $range, $where ) { |
332 | 335 | global $wpdb; |
333 | 336 |