Completed
Push — master ( deb440...52cafd )
by Md. Mozahidur
02:21
created
functions.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Lighthouse functions and definitions.
4
- *
5
- * @link https://developer.wordpress.org/themes/basics/theme-functions/
6
- *
7
- * @package Lighthouse
8
- */
3
+	 * Lighthouse functions and definitions.
4
+	 *
5
+	 * @link https://developer.wordpress.org/themes/basics/theme-functions/
6
+	 *
7
+	 * @package Lighthouse
8
+	 */
9 9
 
10 10
 if ( ! function_exists( 'lighthouse_setup' ) ) :
11 11
 /**
Please login to merge, or discard this patch.
page-template/page-affinity.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template Name: Affinity
4
- *
5
- * @package Lighthouse
6
- */
3
+		 * Template Name: Affinity
4
+		 *
5
+		 * @package Lighthouse
6
+		 */
7 7
 get_header(); ?>
8 8
 
9 9
 <?php while ( have_posts() ) : the_post(); 
Please login to merge, or discard this patch.
page-template/page-contact.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template Name: Contact
4
- *
5
- * @package Lighthouse
6
- */
3
+		 * Template Name: Contact
4
+		 *
5
+		 * @package Lighthouse
6
+		 */
7 7
 get_header(); ?>
8 8
 
9 9
 <?php while ( have_posts() ) : the_post(); ?>
Please login to merge, or discard this patch.