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:
Andrew Nacin 2013-12-06 23:49:11 +00:00
parent 99c9e24814
commit ba4c047973
1 changed files with 1 additions and 1 deletions

View File

@ -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;