Completed
Push — try/refactor-sync-client-class ( 80b9b0 )
by
unknown
10:16
created
sync/class.jetpack-sync-sender.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -172,6 +172,9 @@
 block discarded – undo
172 172
 		}
173 173
 	}
174 174
 
175
+	/**
176
+	 * @param string $when
177
+	 */
175 178
 	private function schedule_sync( $when ) {
176 179
 		wp_schedule_single_event( strtotime( $when ), 'jetpack_sync_actions' );
177 180
 	}
Please login to merge, or discard this patch.