Twenty Fourteen: Remove stray slash.
props Ipstenu. fixes #26467. git-svn-id: https://develop.svn.wordpress.org/trunk@26757 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ee56a8dcb3
commit
9e52834fd0
@ -16,7 +16,7 @@ get_header(); ?>
|
||||
<div id="main-content" class="main-content">
|
||||
|
||||
<?php
|
||||
if ( is_front_page() && twentyfourteen_has_featured_posts() ) :\
|
||||
if ( is_front_page() && twentyfourteen_has_featured_posts() ) :
|
||||
// Include the featured content template.
|
||||
get_template_part( 'featured-content' );
|
||||
endif;
|
||||
|
Loading…
Reference in New Issue
Block a user