Completed
Push — add/pwa ( f4d022...9e3f43 )
by
unknown
16:43 queued 08:36
created
sync/class.jetpack-sync-listener.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -165,6 +165,9 @@
 block discarded – undo
165 165
 		$queue->add_all( $data_to_enqueue );
166 166
 	}
167 167
 
168
+	/**
169
+	 * @param Jetpack_Sync_Queue $queue
170
+	 */
168 171
 	function enqueue_action( $current_filter, $args, $queue ) {
169 172
 		error_log("syncing $current_filter");
170 173
 		// don't enqueue an action during the outbound http request - this prevents recursion
Please login to merge, or discard this patch.