Completed
Push — staging ( 57798f...9e32c1 )
by Evan
20:30
created
admin/partials/welcome-page/welcome-sections/knowledge-base-section.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,10 @@
 block discarded – undo
2 2
 /**
3 3
  * Welcome Page - Knowledge Base Links
4 4
  */
5
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
5
+if ( ! defined( 'ABSPATH' ) ) {
6
+	exit;
7
+}
8
+// Exit if accessed directly
6 9
 ?>
7 10
 <div class="wrap about-wrap">
8 11
 
Please login to merge, or discard this patch.