Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2629753
D25490.1732045337.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
615 B
Referenced Files
None
Subscribers
None
D25490.1732045337.diff
View Options
diff --git a/src/applications/phame/controller/blog/PhameBlogFeedController.php b/src/applications/phame/controller/blog/PhameBlogFeedController.php
--- a/src/applications/phame/controller/blog/PhameBlogFeedController.php
+++ b/src/applications/phame/controller/blog/PhameBlogFeedController.php
@@ -71,6 +71,11 @@
'<author><name>%s</name></author>',
$bloggers[$post->getBloggerPHID()]->getFullName());
+ $content[] = phutil_tag(
+ 'published',
+ array(),
+ date('c', $post->getDatePublished()));
+
$content[] = phutil_tag(
'updated',
array(),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 19:42 (19 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
977511
Default Alt Text
D25490.1732045337.diff (615 B)
Attached To
Mode
D25490: Include 'published' date of posts in Phame Atom feeds
Attached
Detach File
Event Timeline
Log In to Comment