@@ -1,11 +1,11 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Jetpack Compatibility File. |
|
4 | - * |
|
5 | - * @link https://jetpack.me/ |
|
6 | - * |
|
7 | - * @package Lighthouse |
|
8 | - */ |
|
3 | + * Jetpack Compatibility File. |
|
4 | + * |
|
5 | + * @link https://jetpack.me/ |
|
6 | + * |
|
7 | + * @package Lighthouse |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | /** |
11 | 11 | * Jetpack setup function. |
@@ -33,9 +33,9 @@ discard block |
||
33 | 33 | while ( have_posts() ) { |
34 | 34 | the_post(); |
35 | 35 | if ( is_search() ) : |
36 | - get_template_part( 'template-parts/content', 'search' ); |
|
36 | + get_template_part( 'template-parts/content', 'search' ); |
|
37 | 37 | else : |
38 | - get_template_part( 'template-parts/content', get_post_format() ); |
|
38 | + get_template_part( 'template-parts/content', get_post_format() ); |
|
39 | 39 | endif; |
40 | 40 | } |
41 | 41 | } |
@@ -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 |