Completed
Push — master ( e99530...bf2509 )
by Md. Mozahidur
03:33
created
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-template/blog.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 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.
functions.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 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
 /**
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
  * as indicating support for post thumbnails.
17 17
  */
18 18
 function lighthouse_setup() {
19
-    // This theme styles the visual editor to resemble the theme style.
19
+	// This theme styles the visual editor to resemble the theme style.
20 20
 	$font_url_Questrial = 'https://fonts.googleapis.com/css?family=Questrial';
21 21
 
22 22
 	$font_url_Raleway = 'https://fonts.googleapis.com/css?family=Raleway:400,300,500,700,600,100';
Please login to merge, or discard this patch.