Test Failed
Pull Request — master (#2551)
by Devin
04:51
created
includes/admin/tools/views/html-admin-page-system-info.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -673,9 +673,9 @@
 block discarded – undo
673 673
 				}
674 674
 
675 675
 				echo ' – '
676
-				     . sprintf( _x( 'by %s', 'by author', 'give' ), wp_kses( $author_name, wp_kses_allowed_html( 'post' ) ) )
677
-				     . ' – '
678
-				     . esc_html( $plugin_data['Version'] );
676
+					 . sprintf( _x( 'by %s', 'by author', 'give' ), wp_kses( $author_name, wp_kses_allowed_html( 'post' ) ) )
677
+					 . ' – '
678
+					 . esc_html( $plugin_data['Version'] );
679 679
 				?>
680 680
 			</td>
681 681
 		</tr>
Please login to merge, or discard this patch.