Completed
Push — update/sync-status-endpoint ( cb866f )
by
unknown
195:15 queued 183:59
created
sync/class.jetpack-sync-full.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -159,6 +159,11 @@  discard block
 block discarded – undo
159 159
 
160 160
 	}
161 161
 
162
+	/**
163
+	 * @param string $action_name
164
+	 * @param string $id_field
165
+	 * @param string|null $where_sql
166
+	 */
162 167
 	private function enqueue_all_ids_as_action( $action_name, $table_name, $id_field, $where_sql ) {
163 168
 		global $wpdb;
164 169
 
@@ -285,6 +290,9 @@  discard block
 block discarded – undo
285 290
 		return $args;
286 291
 	}
287 292
 
293
+	/**
294
+	 * @param string $meta_type
295
+	 */
288 296
 	private function get_metadata( $ids, $meta_type ) {
289 297
 		global $wpdb;
290 298
 		$table = _get_meta_table( $meta_type );
Please login to merge, or discard this patch.