Remove trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@6026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -7,7 +7,7 @@ echo '<?xml version="1.0" encoding="' . get_option('blog_charset') . '" ?' . '>'
|
||||
xml:lang="<?php echo get_option('rss_language'); ?>"
|
||||
<?php do_action('atom_ns'); ?>
|
||||
>
|
||||
<title type="text"><?php
|
||||
<title type="text"><?php
|
||||
if ( is_singular() )
|
||||
printf(__('Comments on: %s'), get_the_title_rss());
|
||||
elseif ( is_search() )
|
||||
|
||||
Reference in New Issue
Block a user