Make WordPress Core

Ticket #13196: twentyten-unnecessary-spacing.patch

File twentyten-unnecessary-spacing.patch, 687 bytes (added by zeo, 16 years ago)
  • wp-content/themes/twentyten/comments.php

     
    3131                                sprintf( __( 'No Responses to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' ),
    3232                                sprintf( __( 'One Response to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' ),
    3333                                sprintf( __( '%% Responses to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' )
    34                         ); ?> </h3>
     34                        ); ?></h3>
    3535
    3636<?php if ( get_comment_pages_count() > 1 ) : // are there comments to navigate through ?>
    3737                        <div class="navigation">