mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-20 10:45:29 +08:00
More blog post published date cleanup WRT Live Writer
--HG-- branch : dev
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Orchard.Blogs.Services {
|
||||
var url = urlHelper.AbsoluteAction(() => urlHelper.BlogPost(blogPostPart));
|
||||
return new XRpcStruct()
|
||||
.Set("postid", blogPostPart.Id)
|
||||
.Set("dateCreated", blogPostPart.CreatedUtc)
|
||||
.Set("dateCreated", blogPostPart.PublishedUtc)
|
||||
.Set("title", blogPostPart.Title)
|
||||
.Set("wp_slug", blogPostPart.Slug)
|
||||
.Set("description", blogPostPart.Text)
|
||||
|
Reference in New Issue
Block a user