Completed
Push — master ( 0970e3...ce8eb3 )
by Md. Mozahidur
02:06
created
functions.php 1 patch
Indentation   +9 added lines, -9 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
 /**
@@ -167,12 +167,12 @@  discard block
 block discarded – undo
167 167
  * Read More button in excerpt
168 168
  */
169 169
 function new_excerpt_more( $more ) {
170
-    return ' ';
170
+	return ' ';
171 171
 }
172 172
 add_filter( 'excerpt_more', 'new_excerpt_more' );
173 173
 /**
174
- * Implement the Custom Header feature.
175
- */
174
+	 * Implement the Custom Header feature.
175
+	 */
176 176
 require get_template_directory() . '/inc/custom-header.php';
177 177
 
178 178
 /**
Please login to merge, or discard this patch.
page-template/blog.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: 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">
Please login to merge, or discard this patch.