Completed
Push — fix/send-callables-after-plugi... ( 88eb16...d535ce )
by
unknown
07:50
created
sync/class.jetpack-sync-listener.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -164,6 +164,9 @@
 block discarded – undo
164 164
 		$queue->add_all( $data_to_enqueue );
165 165
 	}
166 166
 
167
+	/**
168
+	 * @param Jetpack_Sync_Queue $queue
169
+	 */
167 170
 	function enqueue_action( $current_filter, $args, $queue ) {
168 171
 		// don't enqueue an action during the outbound http request - this prevents recursion
169 172
 		if ( Jetpack_Sync_Settings::is_sending() ) {
Please login to merge, or discard this patch.