Ticket #5214: rss-profile.patch
| File rss-profile.patch, 1.6 KB (added by , 19 years ago) |
|---|
-
wp-includes/feed-rss2.php
9 9 xmlns:content="http://purl.org/rss/1.0/modules/content/" 10 10 xmlns:wfw="http://wellformedweb.org/CommentAPI/" 11 11 xmlns:dc="http://purl.org/dc/elements/1.1/" 12 xmlns:atom="http://www.w3.org/2005/Atom" 12 13 <?php do_action('rss2_ns'); ?> 13 14 > 14 15 … … 19 20 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></pubDate> 20 21 <?php the_generator( 'rss2' ); ?> 21 22 <language><?php echo get_option('rss_language'); ?></language> 23 <atom:link rel="self" type="application/rss+xml" href="<?php bloginfo('rss2_url'); ?>" /> 22 24 <?php do_action('rss2_head'); ?> 23 25 <?php while( have_posts()) : the_post(); ?> 24 26 <item> -
wp-includes/feed-rss2-comments.php
6 6 <rss version="2.0" 7 7 xmlns:content="http://purl.org/rss/1.0/modules/content/" 8 8 xmlns:dc="http://purl.org/dc/elements/1.1/" 9 xmlns:atom="http://www.w3.org/2005/Atom" 9 10 > 10 11 <channel> 11 12 <title><?php … … 20 21 <description><?php bloginfo_rss("description") ?></description> 21 22 <pubDate><?php echo gmdate('r'); ?></pubDate> 22 23 <?php the_generator( 'rss2' ); ?> 24 <atom:link rel="self" type="application/rss+xml" href="<?php bloginfo_rss('comments_rss2_url'); ?>" /> 23 25 <?php do_action('commentsrss2_head'); ?> 24 26 <?php 25 27 if ( have_comments() ) : while ( have_comments() ) : the_comment();
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)