Ticket #21238: 21238.diff
File 21238.diff, 506 bytes (added by , 13 years ago) |
---|
-
wp-content/themes/twentytwelve/content.php
9 9 ?> 10 10 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 <?php if ( is_sticky() ) : ?>12 <?php if ( is_sticky() && ! is_single() ) : ?> 13 13 <div class="featured-post"> 14 14 <?php _e( 'Featured post', 'twentytwelve' ); ?> 15 15 </div>