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/attachment.php

    r13818 r13830  
    5959                            $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' );
    6060                        }
    61                         printf( 
     61                        printf(
    6262                            $utility_text,
    6363                            get_the_category_list( ', ' ),
     
    6565                            get_permalink(),
    6666                            the_title_attribute( 'echo=0' ),
    67                             get_post_comments_feed_link() 
    68                         ); 
     67                            get_post_comments_feed_link()
     68                        );
    6969                    ?>
    7070
Note: See TracChangeset for help on using the changeset viewer.