Make WordPress Core


Ignore:
Timestamp:
12/07/2013 12:53:33 AM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: clean up PHP braces style in page templates. Closes #26467.

File:
1 edited

Legend:

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

    r26556 r26761  
    2020
    2121<?php
    22     if ( is_front_page() && twentyfourteen_has_featured_posts() ) :
     22    if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
    2323        // Include the featured content template.
    2424        get_template_part( 'featured-content' );
    25     endif;
     25    }
    2626?>
    2727
Note: See TracChangeset for help on using the changeset viewer.