Completed
Push — master ( b09b8b...45e17f )
by Dwain
07:46
created
templates/emails/teacher-new-course-assignment.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,8 @@
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
+if ( ! defined( 'ABSPATH' ) ) {
3
+	exit;
4
+}
5
+// Exit if accessed directly
3 6
 
4 7
 /**
5 8
  * Sensei Analysis User Profile List Table Class
Please login to merge, or discard this patch.
templates/emails/learner-graded-quiz.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,10 @@
 block discarded – undo
6 6
  * @package Sensei/Templates/Emails/HTML
7 7
  * @version 1.6.0
8 8
  */
9
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
9
+if ( ! defined( 'ABSPATH' ) ) {
10
+	exit;
11
+}
12
+// Exit if accessed directly ?>
10 13
 
11 14
 <?php
12 15
 
Please login to merge, or discard this patch.
templates/emails/teacher-completed-lesson.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,10 @@
 block discarded – undo
6 6
  * @package Sensei/Templates/Emails/HTML
7 7
  * @version 1.6.0
8 8
  */
9
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
9
+if ( ! defined( 'ABSPATH' ) ) {
10
+	exit;
11
+}
12
+// Exit if accessed directly ?>
10 13
 
11 14
 <?php
12 15
 
Please login to merge, or discard this patch.
templates/emails/teacher-quiz-submitted.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,10 @@
 block discarded – undo
6 6
  * @package Sensei/Templates/Emails/HTML
7 7
  * @version 1.6.0
8 8
  */
9
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
9
+if ( ! defined( 'ABSPATH' ) ) {
10
+	exit;
11
+}
12
+// Exit if accessed directly ?>
10 13
 
11 14
 <?php
12 15
 
Please login to merge, or discard this patch.
templates/emails/header.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,8 @@
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
+if ( ! defined( 'ABSPATH' ) ) {
3
+	exit;
4
+}
5
+// Exit if accessed directly
3 6
 
4 7
 /**
5 8
  * Sensei Analysis User Profile List Table Class
Please login to merge, or discard this patch.
templates/emails/learner-completed-course.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,10 @@
 block discarded – undo
6 6
  * @package Sensei/Templates/Emails/HTML
7 7
  * @version 1.6.0
8 8
  */
9
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
9
+if ( ! defined( 'ABSPATH' ) ) {
10
+	exit;
11
+}
12
+// Exit if accessed directly ?>
10 13
 
11 14
 <?php
12 15
 
Please login to merge, or discard this patch.
templates/emails/teacher-started-course.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,10 @@
 block discarded – undo
6 6
  * @package Sensei/Templates/Emails/HTML
7 7
  * @version 1.6.0
8 8
  */
9
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
9
+if ( ! defined( 'ABSPATH' ) ) {
10
+	exit;
11
+}
12
+// Exit if accessed directly ?>
10 13
 
11 14
 <?php
12 15
 
Please login to merge, or discard this patch.
templates/emails/teacher-new-message.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,10 @@
 block discarded – undo
6 6
  * @package Sensei/Templates/Emails/HTML
7 7
  * @version 1.6.0
8 8
  */
9
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
9
+if ( ! defined( 'ABSPATH' ) ) {
10
+	exit;
11
+}
12
+// Exit if accessed directly ?>
10 13
 
11 14
 <?php
12 15
 
Please login to merge, or discard this patch.
templates/emails/footer.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,8 @@
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
+if ( ! defined( 'ABSPATH' ) ) {
3
+	exit;
4
+}
5
+// Exit if accessed directly
3 6
 
4 7
 /**
5 8
  * Sensei Analysis User Profile List Table Class
Please login to merge, or discard this patch.