Make WordPress Core

Changeset 3227 for trunk/wp-rss2.php


Ignore:
Timestamp:
11/29/2005 12:16:04 AM (19 years ago)
Author:
matt
Message:

Who did the goo-id? Fixes #1089

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.