Ticket #21462: 21462.diff
File 21462.diff, 1.3 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentytwelve/style.css
761 761 line-height: 1.846153846; 762 762 } 763 763 .entry-content p, 764 .entry-summary p, 764 765 .comment-content p { 765 766 margin: 0 0 24px; 766 767 margin: 0 0 1.714285714rem; -
wp-content/themes/twentytwelve/content.php
30 30 <?php endif; // comments_open() ?> 31 31 </header><!-- .entry-header --> 32 32 33 <?php if ( is_search() ) : // Only display Excerpts for Search ?> 34 <div class="entry-summary"> 35 <?php the_excerpt(); ?> 36 </div><!-- .entry-summary --> 37 <?php else : ?> 33 38 <div class="entry-content"> 34 39 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentytwelve' ) ); ?> 35 40 <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'twentytwelve' ), 'after' => '</div>' ) ); ?> 36 41 </div><!-- .entry-content --> 42 <?php endif; ?> 37 43 38 44 <footer class="entry-meta"> 39 45 <?php twentytwelve_entry_meta(); ?>