Make WordPress Core

Changeset 1255 for trunk/wp-rss2.php


Ignore:
Timestamp:
05/10/2004 07:51:50 AM (21 years ago)
Author:
saxmatt
Message:

wfw:commentRSS and E_ALL fix to blog-header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-rss2.php

    r1235 r1255  
    1515<!-- generator="wordpress/<?php echo $wp_version ?>" -->
    1616<rss version="2.0"
    17     xmlns:content="http://purl.org/rss/1.0/modules/content/">
     17    xmlns:content="http://purl.org/rss/1.0/modules/content/"
     18    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     19>
    1820
    1921<channel>
     
    3941        <content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>
    4042<?php endif; ?>
    41        
     43        <wfw:commentRSS><?php echo comments_rss(); ?></wfw:commentRSS>
    4244    </item>
    4345    <?php $items_count++; if (($items_count == get_settings('posts_per_rss')) && empty($m)) { break; } } } ?>
Note: See TracChangeset for help on using the changeset viewer.