Completed
Push — master ( 8652fb...5f173e )
by Md. Mozahidur
02:27
created
page-template/page-home.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: Home
4
- *
5
- * @package Lighthouse
6
- */
3
+		 * Template Name: Home
4
+		 *
5
+		 * @package Lighthouse
6
+		 */
7 7
 ?><!DOCTYPE html>
8 8
 <html <?php language_attributes(); ?>>
9 9
 <head>
Please login to merge, or discard this patch.
sidebar.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
- * The sidebar containing the main widget area.
4
- *
5
- * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
6
- *
7
- * @package Lighthouse
8
- */
3
+		 * The sidebar containing the main widget area.
4
+		 *
5
+		 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
6
+		 *
7
+		 * @package Lighthouse
8
+		 */
9 9
 
10 10
 if ( ! is_active_sidebar( 'sidebar-1' ) ) {
11 11
 	return;
Please login to merge, or discard this patch.
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.
template-parts/content-search.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 results in search pages.
4
- *
5
- * @link https://codex.wordpress.org/Template_Hierarchy
6
- *
7
- * @package Lighthouse
8
- */
3
+		 * Template part for displaying results in search pages.
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.
comments.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The template for displaying comments.
4
- *
5
- * This is the template that displays the area of the page that contains both the current comments
6
- * and the comment form.
7
- *
8
- * @link https://codex.wordpress.org/Template_Hierarchy
9
- *
10
- * @package Lighthouse
11
- */
3
+		 * The template for displaying comments.
4
+		 *
5
+		 * This is the template that displays the area of the page that contains both the current comments
6
+		 * and the comment form.
7
+		 *
8
+		 * @link https://codex.wordpress.org/Template_Hierarchy
9
+		 *
10
+		 * @package Lighthouse
11
+		 */
12 12
 
13 13
 /*
14 14
  * If the current post is protected by a password and
Please login to merge, or discard this patch.
single.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
- * The template for displaying all single posts.
4
- *
5
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
6
- *
7
- * @package Lighthouse
8
- */
3
+	 * The template for displaying all single posts.
4
+	 *
5
+	 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
6
+	 *
7
+	 * @package Lighthouse
8
+	 */
9 9
 
10 10
 get_header(); ?>
11 11
 
Please login to merge, or discard this patch.
inc/customizer.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
- * Lighthouse Theme Customizer.
4
- *
5
- * @package Lighthouse
6
- */
3
+	 * Lighthouse Theme Customizer.
4
+	 *
5
+	 * @package Lighthouse
6
+	 */
7 7
 
8 8
 /**
9 9
  * Add postMessage support for site title and description for the Theme Customizer.
Please login to merge, or discard this patch.
inc/jetpack.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Jetpack Compatibility File.
4
- *
5
- * @link https://jetpack.me/
6
- *
7
- * @package Lighthouse
8
- */
3
+	 * Jetpack Compatibility File.
4
+	 *
5
+	 * @link https://jetpack.me/
6
+	 *
7
+	 * @package Lighthouse
8
+	 */
9 9
 
10 10
 /**
11 11
  * Jetpack setup function.
@@ -33,9 +33,9 @@  discard block
 block discarded – undo
33 33
 	while ( have_posts() ) {
34 34
 		the_post();
35 35
 		if ( is_search() ) :
36
-		    get_template_part( 'template-parts/content', 'search' );
36
+			get_template_part( 'template-parts/content', 'search' );
37 37
 		else :
38
-		    get_template_part( 'template-parts/content', get_post_format() );
38
+			get_template_part( 'template-parts/content', get_post_format() );
39 39
 		endif;
40 40
 	}
41 41
 }
Please login to merge, or discard this patch.
archive.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
- * The template for displaying archive pages.
4
- *
5
- * @link https://codex.wordpress.org/Template_Hierarchy
6
- *
7
- * @package Lighthouse
8
- */
3
+					 * The template for displaying archive pages.
4
+					 *
5
+					 * @link https://codex.wordpress.org/Template_Hierarchy
6
+					 *
7
+					 * @package Lighthouse
8
+					 */
9 9
 
10 10
 get_header(); ?>
11 11
 
Please login to merge, or discard this patch.