Completed
Push — master ( bf2509...4a16ad )
by Md. Mozahidur
03:47
created
page-template/page-advice.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: Advice
4
- *
5
- * @package Lighthouse
6
- */
3
+	 * Template Name: Advice
4
+	 *
5
+	 * @package Lighthouse
6
+	 */
7 7
 get_header(); ?>
8 8
 
9 9
 <div class="container full-width">
Please login to merge, or discard this patch.
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
 get_header(); ?>
8 8
 
9 9
 <div class="container full-width">
Please login to merge, or discard this patch.
page-template/blog.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template Name: Blog
4
- *
5
- * @package Lighthouse
6
- */
3
+	 * Template Name: Blog
4
+	 *
5
+	 * @package Lighthouse
6
+	 */
7 7
 get_header(); ?>
8 8
 <div class="title-wrapper">
9 9
 	<div class="container blog-wrapper">
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 	<div class="row">
69 69
 		<div class="col-xs-12">
70 70
 		<?php if (function_exists("pagination")) {
71
-		    pagination($loop->max_num_pages);
71
+			pagination($loop->max_num_pages);
72 72
 		} ?>
73 73
 		</div>
74 74
 	</div>
Please login to merge, or discard this patch.