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/content-featured-post.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/content-featured-post.php')
-rw-r--r--themes/twentyfourteen/content-featured-post.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/twentyfourteen/content-featured-post.php b/themes/twentyfourteen/content-featured-post.php
index 6cc88224..d5a16fef 100644
--- a/themes/twentyfourteen/content-featured-post.php
+++ b/themes/twentyfourteen/content-featured-post.php
@@ -12,12 +12,12 @@
<a class="post-thumbnail" href="<?php the_permalink(); ?>">
<?php
// Output the featured image.
- if ( has_post_thumbnail() ) :
- if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) {
- the_post_thumbnail();
- } else {
- the_post_thumbnail( 'twentyfourteen-full-width' );
- }
+ if ( has_post_thumbnail() ) :
+ if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) {
+ the_post_thumbnail();
+ } else {
+ the_post_thumbnail( 'twentyfourteen-full-width' );
+ }
endif;
?>
</a>
@@ -29,6 +29,6 @@
</div><!-- .entry-meta -->
<?php endif; ?>
- <?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">','</a></h1>' ); ?>
+ <?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?>
</header><!-- .entry-header -->
</article><!-- #post-## -->