Changeset 2377 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php
- Timestamp:
- 01/26/2016 11:48:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php
r2376 r2377 4 4 <div class="wrapper"> 5 5 <?php get_sidebar( 'left' ); ?> 6 6 7 7 <?php if ( have_posts() ) : ?> 8 8 <?php while ( have_posts() ) : the_post(); ?> 9 9 10 10 <div class="col-5"> 11 11 <div class="storycontent"> … … 39 39 $output .= "</dl>"; 40 40 if ( $key > 0 && $key+1 % 2 == 0 ) 41 $output .= "<br style='clear: both' />"; 41 $output .= "<br style='clear: both' />"; 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.