Completed
Push — add/user_sync ( 9d2da6...dcbe34 )
by
unknown
44:07 queued 34:21
created
sync/class.jetpack-sync-module-users.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -317,6 +317,9 @@
 block discarded – undo
317 317
 		return $this->is_function_in_backtrace( 'wp_create_user' );
318 318
 	}
319 319
 
320
+	/**
321
+	 * @param string $name
322
+	 */
320 323
 	private function is_function_in_backtrace( $name ) {
321 324
 		$backtrace = debug_backtrace( false );
322 325
 		foreach ( $backtrace as $call ) {
Please login to merge, or discard this patch.