diff options
Diffstat (limited to 'themes/twentyfourteen/page.php')
-rw-r--r-- | themes/twentyfourteen/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/twentyfourteen/page.php b/themes/twentyfourteen/page.php index bd033aeb..6ff35be7 100644 --- a/themes/twentyfourteen/page.php +++ b/themes/twentyfourteen/page.php @@ -25,7 +25,7 @@ if ( is_front_page() && twentyfourteen_has_featured_posts() ) { <div id="content" class="site-content" role="main"> <?php - // Start the Loop. + // Start the Loop. while ( have_posts() ) : the_post(); |