summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2019-01-01 22:14:18 -0500
committerAnthony G. Basile <blueness@gentoo.org>2019-01-01 22:14:18 -0500
commitc00d17bd8b26b20be39ada518d07bb5a07478b29 (patch)
treeacd2e2e9f27dd228d918fce844077a22a7acdf33 /themes/twentyfourteen/author.php
parentUpdate jetpack 6.3.2 (diff)
downloadblogs-gentoo-c00d17bd8b26b20be39ada518d07bb5a07478b29.tar.gz
blogs-gentoo-c00d17bd8b26b20be39ada518d07bb5a07478b29.tar.bz2
blogs-gentoo-c00d17bd8b26b20be39ada518d07bb5a07478b29.zip
Update twentyfourteen 2.4
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'themes/twentyfourteen/author.php')
-rw-r--r--themes/twentyfourteen/author.php15
1 files changed, 7 insertions, 8 deletions
diff --git a/themes/twentyfourteen/author.php b/themes/twentyfourteen/author.php
index 90a5bc0b..a40f2090 100644
--- a/themes/twentyfourteen/author.php
+++ b/themes/twentyfourteen/author.php
@@ -45,15 +45,14 @@ get_header(); ?>
rewind_posts();
// Start the Loop.
- while ( have_posts() ) :
- the_post();
+ 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() );
+ /*
+ * 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 page navigation.