Make WordPress Core


Ignore:
Timestamp:
08/14/2013 04:38:01 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: first pass at matching code standards achieved with Twenty Thirteen development. See #24858, props obenland.

File:
1 edited

Legend:

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

    r24832 r25021  
    11<div class="featured-content-wrapper">
    2     <div id="featured-content" class="featured-content clearfix">
     2    <div id="featured-content" class="featured-content">
    33
    44        <?php
     
    88            foreach ( (array) $featured_posts as $order => $post ) :
    99                setup_postdata( $post );
     10
    1011                get_template_part( 'content', 'featured-post' );
    1112            endforeach;
Note: See TracChangeset for help on using the changeset viewer.