Making WordPress.org


Ignore:
Timestamp:
01/26/2016 11:48:33 PM (9 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/single.php

    r2376 r2377  
    44    <div class="wrapper">
    55        <?php get_sidebar( 'left' ); ?>
    6            
     6
    77            <?php if ( have_posts() ) : ?>
    88                <?php while ( have_posts() ) : the_post(); ?>
    9                    
     9
    1010                    <div class="col-5">
    1111                        <div class="storycontent">
     
    3939                                            $output .= "</dl>";
    4040                                            if ( $key > 0 && $key+1 % 2 == 0 )
    41                                                 $output .= "<br style='clear: both' />"; 
     41                                                $output .= "<br style='clear: both' />";
    4242                                        }
    4343
Note: See TracChangeset for help on using the changeset viewer.