Make WordPress Core


Ignore:
Timestamp:
06/11/2011 03:44:06 PM (15 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/showcase.php

    r18269 r18276  
    5555                                        // The Featured Posts query.
    5656                                        $featured = new WP_Query( $featured_args );
    57                                        
     57
    5858                                        // Proceed only if published posts exist
    5959                                        if ( $featured->have_posts() ) :
     
    9999
    100100                                        <section class="featured-post <?php echo $feature_class; ?>" id="featured-post-<?php echo $counter_slider; ?>">
    101        
     101
    102102                                                <?php
    103103                                                        /**
Note: See TracChangeset for help on using the changeset viewer.