Make WordPress Core


Ignore:
Timestamp:
03/26/2010 07:36:49 PM (15 years ago)
Author:
nacin
Message:

Remove trailing whites and double semicolons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/comments.php

    r13720 r13830  
    1313
    1414<?php if ( have_comments() ) : ?>
    15             <h3 id="comments-title"><?php comments_number( 
     15            <h3 id="comments-title"><?php comments_number(
    1616                sprintf( __( 'No Responses to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' ),
    1717                sprintf( __( 'One Response to %s', 'twentyten' ), '<em>' . get_the_title() . '</em>' ),
Note: See TracChangeset for help on using the changeset viewer.