Completed
Push — add/sync-rest-2 ( 784d3b...e16e8a )
by
unknown
09:39
created
sync/class.jetpack-sync-all.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@
 block discarded – undo
79 79
 		// maybe trigger force_sync
80 80
 	}
81 81
 
82
+	/**
83
+	 * @param string $check_sum_id
84
+	 */
82 85
 	static function sync_if_has_changed( $check_sum_id, $values ) {
83 86
 		$current_check_sum = self::get_check_sum( $values );
84 87
 		if ( Jetpack_Options::get_option( $check_sum_id ) !== $current_check_sum ) {
Please login to merge, or discard this patch.