Changeset 3227

Show
Ignore:
Timestamp:
11/29/05 00:16:04 (3 years ago)
Author:
matt
Message:

Who did the goo-id? Fixes #1089

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-rss2.php

    r2627 r3227  
    3737        <?php the_category_rss() ?> 
    3838 
    39         <guid><?php the_permalink($id); ?></guid> 
     39        <guid isPermaLink="false"><?php the_guid(); ?></guid> 
    4040<?php if (get_settings('rss_use_excerpt')) : ?> 
    4141        <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>