@@ -1,16 +1,16 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The template for displaying all pages. |
|
| 4 | - * |
|
| 5 | - * This is the template that displays all pages by default. |
|
| 6 | - * Please note that this is the WordPress construct of pages |
|
| 7 | - * and that other 'pages' on your WordPress site may use a |
|
| 8 | - * different template. |
|
| 9 | - * |
|
| 10 | - * @link https://codex.wordpress.org/Template_Hierarchy |
|
| 11 | - * |
|
| 12 | - * @package Lighthouse |
|
| 13 | - */ |
|
| 3 | + * The template for displaying all pages. |
|
| 4 | + * |
|
| 5 | + * This is the template that displays all pages by default. |
|
| 6 | + * Please note that this is the WordPress construct of pages |
|
| 7 | + * and that other 'pages' on your WordPress site may use a |
|
| 8 | + * different template. |
|
| 9 | + * |
|
| 10 | + * @link https://codex.wordpress.org/Template_Hierarchy |
|
| 11 | + * |
|
| 12 | + * @package Lighthouse |
|
| 13 | + */ |
|
| 14 | 14 | |
| 15 | 15 | get_header(); ?> |
| 16 | 16 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The template for displaying search results pages. |
|
| 4 | - * |
|
| 5 | - * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result |
|
| 6 | - * |
|
| 7 | - * @package Lighthouse |
|
| 8 | - */ |
|
| 3 | + * The template for displaying search results pages. |
|
| 4 | + * |
|
| 5 | + * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result |
|
| 6 | + * |
|
| 7 | + * @package Lighthouse |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | get_header(); ?> |
| 11 | 11 | |