Twenty Fourteen: Remove stray slash.
props Ipstenu. fixes #26467. Built from https://develop.svn.wordpress.org/trunk@26757 git-svn-id: http://core.svn.wordpress.org/trunk@26645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
99c9e24814
commit
ba4c047973
@ -16,7 +16,7 @@ get_header(); ?>
|
|||||||
<div id="main-content" class="main-content">
|
<div id="main-content" class="main-content">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if ( is_front_page() && twentyfourteen_has_featured_posts() ) :\
|
if ( is_front_page() && twentyfourteen_has_featured_posts() ) :
|
||||||
// Include the featured content template.
|
// Include the featured content template.
|
||||||
get_template_part( 'featured-content' );
|
get_template_part( 'featured-content' );
|
||||||
endif;
|
endif;
|
||||||
|
Loading…
Reference in New Issue
Block a user