Ticket #19017: 19017.diff
| File 19017.diff, 2.9 KB (added by , 15 years ago) |
|---|
-
wp-includes/feed-rss2.php
8 8 header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true); 9 9 $more = 1; 10 10 11 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 12 11 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; 12 do_action('rss2_pre'); 13 ?> 13 14 <rss version="2.0" 14 15 xmlns:content="http://purl.org/rss/1.0/modules/content/" 15 16 xmlns:wfw="http://wellformedweb.org/CommentAPI/" -
wp-includes/feed-atom.php
8 8 header('Content-Type: ' . feed_content_type('atom') . '; charset=' . get_option('blog_charset'), true); 9 9 $more = 1; 10 10 11 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 11 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; 12 do_action('atom_pre'); 13 ?> 12 14 <feed 13 15 xmlns="http://www.w3.org/2005/Atom" 14 16 xmlns:thr="http://purl.org/syndication/thread/1.0" -
wp-includes/feed-rdf.php
8 8 header('Content-Type: ' . feed_content_type('rdf') . '; charset=' . get_option('blog_charset'), true); 9 9 $more = 1; 10 10 11 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 11 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; 12 do_action('rdf_pre'); 13 ?> 12 14 <rdf:RDF 13 15 xmlns="http://purl.org/rss/1.0/" 14 16 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" -
wp-includes/feed-atom-comments.php
7 7 8 8 header('Content-Type: ' . feed_content_type('atom') . '; charset=' . get_option('blog_charset'), true); 9 9 echo '<?xml version="1.0" encoding="' . get_option('blog_charset') . '" ?' . '>'; 10 do_action('atom_pre'); 10 11 ?> 11 12 <feed 12 13 xmlns="http://www.w3.org/2005/Atom" -
wp-includes/feed-rss2-comments.php
8 8 header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true); 9 9 10 10 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; 11 do_action('rss2_pre'); 11 12 ?> 12 13 <rss version="2.0" 13 14 xmlns:content="http://purl.org/rss/1.0/modules/content/"
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)