Completed
Push — sync/marekhrabe/r156614-wpcom-... ( 2195aa )
by
unknown
53:53 queued 42:51
created
json-endpoints/class.wpcom-json-api-list-posts-v1-2-endpoint.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -328,6 +328,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.