Completed
Push — add/user_sync ( 791f3c...7db101 )
by
unknown
11:50
created
sync/class.jetpack-sync-module-users.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -318,6 +318,9 @@
 block discarded – undo
318 318
 		return $this->is_function_in_backtrace( 'remove_user_from_blog', '/public_html/wp-admin/network/users.php' );
319 319
 	}
320 320
 
321
+	/**
322
+	 * @param string $name
323
+	 */
321 324
 	private function is_function_in_backtrace( $name, $file = '' ) {
322 325
 		$backtrace = debug_backtrace( false );
323 326
 		foreach ( $backtrace as $call ) {
Please login to merge, or discard this patch.