Make WordPress Core


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

Remove trailing whites and double semicolons.

File:
1 edited

Legend:

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

    r13818 r13830  
    5050                            $utility_text = __( 'This entry was posted in %1$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>. Follow any comments here with the <a href="%5$s" title="Comments RSS to %4$s" rel="alternate" type="application/rss+xml">RSS feed for this post</a>.', 'twentyten' );
    5151                        }
    52                         printf( 
     52                        printf(
    5353                            $utility_text,
    5454                            get_the_category_list( ', ' ),
     
    5656                            get_permalink(),
    5757                            the_title_attribute( 'echo=0' ),
    58                             get_post_comments_feed_link() 
    59                         ); 
     58                            get_post_comments_feed_link()
     59                        );
    6060                    ?>
    6161
Note: See TracChangeset for help on using the changeset viewer.