Page MenuHomePhabricator

mw-add-rss-guid.diff

Authored By
bzimport
Nov 21 2014, 9:24 PM
Size
730 B
Referenced Files
None
Subscribers
None

mw-add-rss-guid.diff

Index: Feed.php
===================================================================
--- Feed.php (revision 58799)
+++ Feed.php (working copy)
@@ -221,6 +221,7 @@
<?php if( $item->getDate() ) { ?><pubDate><?php print $this->formatTime( $item->getDate() ) ?></pubDate><?php } ?>
<?php if( $item->getAuthor() ) { ?><dc:creator><?php print $item->getAuthor() ?></dc:creator><?php }?>
<?php if( $item->getComments() ) { ?><comments><?php print $item->getComments() ?></comments><?php }?>
+ <guid isPermaLink="false"><?php print $item->getUrl() . $this->formatTime( $item->getDate() ) ?></guid>
</item>
<?php
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2781
Default Alt Text
mw-add-rss-guid.diff (730 B)

Event Timeline