Completed
Push — add/sync-rest ( 1ec656...69b917 )
by
unknown
08:54
created
class.jetpack-post-sync.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
 		self::maybe_post( $post_id, 'sync' );
71 71
 	}
72 72
 
73
+	/**
74
+	 * @param string $type
75
+	 */
73 76
 	static function maybe_post( $post_id, $type ) {
74 77
 		// Is already marked as to be synced?
75 78
 		if ( ! in_array( $post_id, self::$posts[$type] ) ) {
Please login to merge, or discard this patch.