Completed
Push — add/sync-rest-2 ( 0f1049...2638b5 )
by
unknown
09:02
created
sync/class.jetpack-sync.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -64,6 +64,10 @@  discard block
 block discarded – undo
64 64
 		wp_unschedule_event( $timestamp, self::$cron_name );
65 65
 	}
66 66
 
67
+	/**
68
+	 * @param integer $max
69
+	 * @param string $option_name
70
+	 */
67 71
 	static function slice_ids( $ids, $max, $option_name ) {
68 72
 		$lock_name = $option_name . '_lock';
69 73
 		$is_locked = get_option( $lock_name );
@@ -157,6 +161,9 @@  discard block
 block discarded – undo
157 161
 		return $send;
158 162
 	}
159 163
 
164
+	/**
165
+	 * @param string $check_sum_id
166
+	 */
160 167
 	static function sync_if_has_changed( $check_sum_id, $values ) {
161 168
 		$current_check_sum = self::get_check_sum( $values );
162 169
 		if ( Jetpack_Options::get_option( $check_sum_id ) !== $current_check_sum ) {
Please login to merge, or discard this patch.