Making WordPress.org


Ignore:
Timestamp:
01/26/2016 11:48:33 PM (11 years ago)
Author:
coffee2code
Message:

W.org Showcase: Trim trailing whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/index.php

    r2376 r2377  
    1010                        query_posts("showposts=" . $num_posts . "&post_type=post&post_status=publish" . $offset);
    1111                ?>
    12                
     12
    1313                <?php if ( have_posts() ) : ?>
    1414                        <?php while ( have_posts() ) : the_post(); ?>
     
    1616                                <?php the_date('', '<h4>', '</h4>'); ?>
    1717                                <div class="storycontent"><a href='<?php the_permalink(); ?>' title='<?php the_title_attribute(); ?>'><?php the_title(); ?></a></div>
    18                
     18
    1919                        <?php endwhile; // have_posts ?>
    2020                        <?php if ( 1 != $wp_query->max_num_pages || function_exists( 'wp_page_numbers' ) ) { wp_page_numbers(); } ?>
    21                        
     21
    2222                <?php else : // have_posts ?>
    23                        
     23
    2424                        <p><?php _e( 'Sorry, no sites in the Showcase matched your criteria.', 'wporg-showcase' ); ?></p>
    25                        
     25
    2626                <?php endif; ?>
    2727
Note: See TracChangeset for help on using the changeset viewer.