Ticket #13196: twentyten-unnecessary-spacing.patch
| File twentyten-unnecessary-spacing.patch, 687 bytes (added by , 16 years ago) |
|---|
-
wp-content/themes/twentyten/comments.php
31 31 sprintf( __( 'No Responses to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' ), 32 32 sprintf( __( 'One Response to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' ), 33 33 sprintf( __( '%% Responses to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' ) 34 ); ?> </h3>34 ); ?></h3> 35 35 36 36 <?php if ( get_comment_pages_count() > 1 ) : // are there comments to navigate through ?> 37 37 <div class="navigation">