Completed
Push — master ( 8652fb...5f173e )
by Md. Mozahidur
02:27
created
template-parts/content-page.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
- * Template part for displaying page content in page.php.
4
- *
5
- * @link https://codex.wordpress.org/Template_Hierarchy
6
- *
7
- * @package Lighthouse
8
- */
3
+		 * Template part for displaying page content in page.php.
4
+		 *
5
+		 * @link https://codex.wordpress.org/Template_Hierarchy
6
+		 *
7
+		 * @package Lighthouse
8
+		 */
9 9
 
10 10
 ?>
11 11
 
Please login to merge, or discard this patch.
footer.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The template for displaying the footer.
4
- *
5
- * Contains the closing of the #content div and all content after.
6
- *
7
- * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
8
- *
9
- * @package Lighthouse
10
- */
3
+	 * The template for displaying the footer.
4
+	 *
5
+	 * Contains the closing of the #content div and all content after.
6
+	 *
7
+	 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
8
+	 *
9
+	 * @package Lighthouse
10
+	 */
11 11
 
12 12
 ?>
13 13
 
Please login to merge, or discard this patch.
page.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The template for displaying all pages.
4
- *
5
- * This is the template that displays all pages by default.
6
- * Please note that this is the WordPress construct of pages
7
- * and that other 'pages' on your WordPress site may use a
8
- * different template.
9
- *
10
- * @link https://codex.wordpress.org/Template_Hierarchy
11
- *
12
- * @package Lighthouse
13
- */
3
+		 * The template for displaying all pages.
4
+		 *
5
+		 * This is the template that displays all pages by default.
6
+		 * Please note that this is the WordPress construct of pages
7
+		 * and that other 'pages' on your WordPress site may use a
8
+		 * different template.
9
+		 *
10
+		 * @link https://codex.wordpress.org/Template_Hierarchy
11
+		 *
12
+		 * @package Lighthouse
13
+		 */
14 14
 
15 15
 get_header(); ?>
16 16
 
Please login to merge, or discard this patch.
page-template/page-vc.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: Template with Visual Editor
4
- *
5
- * @package Lighthouse
6
- */
3
+		 * Template Name: Template with Visual Editor
4
+		 *
5
+		 * @package Lighthouse
6
+		 */
7 7
 get_header(); ?>
8 8
 
9 9
 <div class="container">
Please login to merge, or discard this patch.