Completed
Push — add/sync-rest-2 ( 5ec2d9...380c9a )
by
unknown
08:41
created
sync/class.jetpack-sync-meta.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@  discard block
 block discarded – undo
49 49
 		Jetpack_Sync::schedule_sync();
50 50
 	}
51 51
 
52
+	/**
53
+	 * @param string $type
54
+	 */
52 55
 	static function meta_to_sync( $type ) {
53 56
 		if ( isset( self::$sync[ $type ] ) ) {
54 57
 			return array_values( self::$sync[ $type ] );
@@ -56,6 +59,9 @@  discard block
 block discarded – undo
56 59
 		return array();
57 60
 	}
58 61
 
62
+	/**
63
+	 * @param string $type
64
+	 */
59 65
 	static function meta_to_delete( $type ) {
60 66
 		if ( isset(  self::$delete[ $type ] ) ) {
61 67
 			return array_values( self::$delete[ $type ] );
Please login to merge, or discard this patch.