Completed
Push — add/ie10-view ( 440c25...b2f776 )
by
unknown
28:16 queued 17:22
created
sync/class.jetpack-sync-settings.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
 		self::set_importing( null );
61 61
 	}
62 62
 
63
+	/**
64
+	 * @param boolean|null $is_importing
65
+	 */
63 66
 	static function set_importing( $is_importing ) {
64 67
 		// set to NULL to revert to WP_IMPORTING, the standard behaviour
65 68
 		self::$is_importing = $is_importing;
Please login to merge, or discard this patch.