Make WordPress Core

Changeset 26757


Ignore:
Timestamp:
12/06/2013 11:48:19 PM (11 years ago)
Author:
nacin
Message:

Twenty Fourteen: Remove stray slash.

props Ipstenu.
fixes #26467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/page.php

    r26556 r26757  
    1717
    1818<?php
    19     if ( is_front_page() && twentyfourteen_has_featured_posts() ) :\
     19    if ( is_front_page() && twentyfourteen_has_featured_posts() ) :
    2020        // Include the featured content template.
    2121        get_template_part( 'featured-content' );
Note: See TracChangeset for help on using the changeset viewer.