Make WordPress Core


Ignore:
Timestamp:
11/18/2013 11:11:01 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: updates all PHP files to meet new brace style in WP coding standards. Props rickalee for initial patch, fixes #26093.

File:
1 edited

Legend:

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

    r26152 r26260  
    1313    <?php
    1414        if ( has_post_thumbnail() ) :
    15             if ( 'grid' == get_theme_mod( 'featured_content_layout' ) )
     15            if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) {
    1616                the_post_thumbnail();
    17             else
     17            } else {
    1818                the_post_thumbnail( 'twentyfourteen-full-width' );
     19            }
    1920        endif;
    2021    ?>
Note: See TracChangeset for help on using the changeset viewer.