summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-06-08 10:05:32 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-06-08 10:05:32 -0400
commit302b760bd00e82d9f5a8cef4ba821c1759a6601b (patch)
treeb128712347390937b10066e55745bdac5dfb638c /themes/twentyfourteen/search.php
parentUpdate jetpack 6.0 (diff)
downloadblogs-gentoo-302b760bd00e82d9f5a8cef4ba821c1759a6601b.tar.gz
blogs-gentoo-302b760bd00e82d9f5a8cef4ba821c1759a6601b.tar.bz2
blogs-gentoo-302b760bd00e82d9f5a8cef4ba821c1759a6601b.zip
Update twentyfourteen 2.2
Diffstat (limited to 'themes/twentyfourteen/search.php')
-rw-r--r--themes/twentyfourteen/search.php17
1 files changed, 9 insertions, 8 deletions
diff --git a/themes/twentyfourteen/search.php b/themes/twentyfourteen/search.php
index d90d88a1..6945c40a 100644
--- a/themes/twentyfourteen/search.php
+++ b/themes/twentyfourteen/search.php
@@ -20,14 +20,15 @@ get_header(); ?>
<?php
// Start the Loop.
- while ( have_posts() ) : the_post();
-
- /*
- * Include the post format-specific template for the content. If you want to
- * use this in a child theme, then include a file called content-___.php
- * (where ___ is the post format) and that will be used instead.
- */
- get_template_part( 'content', get_post_format() );
+ while ( have_posts() ) :
+ the_post();
+
+ /*
+ * Include the post format-specific template for the content. If you want to
+ * use this in a child theme, then include a file called content-___.php
+ * (where ___ is the post format) and that will be used instead.
+ */
+ get_template_part( 'content', get_post_format() );
endwhile;
// Previous/next post navigation.