Completed
Push — add/importer ( 9b7594...c529d4 )
by
unknown
09:26
created
sync/class.jetpack-sync-module-posts.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -97,6 +97,9 @@
 block discarded – undo
97 97
 
98 98
 
99 99
 
100
+	/**
101
+	 * @param string $class_name
102
+	 */
100 103
 	private function is_importer( $backtrace, $class_name ) {
101 104
 		foreach ( $backtrace as $trace ) {
102 105
 			if ( strpos( $trace, $class_name ) !== false ) {
Please login to merge, or discard this patch.