Completed
Push — master ( 08288e...e9bcbe )
by Md. Mozahidur
02:02
created
404.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 404 pages (not found).
4
- *
5
- * @link https://codex.wordpress.org/Creating_an_Error_404_Page
6
- *
7
- * @package Lighthouse
8
- */
3
+		 * The template for displaying 404 pages (not found).
4
+		 *
5
+		 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
6
+		 *
7
+		 * @package Lighthouse
8
+		 */
9 9
 
10 10
 get_header(); ?>
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.