From 26409cbaaf79ef071f5561bcfc9e55c9ca486fe7 Mon Sep 17 00:00:00 2001 From: ehsanprogrammer Date: Thu, 23 Aug 2018 07:00:41 +0430 Subject: [PATCH] Update wordpress.py comment parent --- wordpress_xmlrpc/wordpress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress_xmlrpc/wordpress.py b/wordpress_xmlrpc/wordpress.py index aab2043..9d944f6 100644 --- a/wordpress_xmlrpc/wordpress.py +++ b/wordpress_xmlrpc/wordpress.py @@ -137,7 +137,7 @@ class WordPressComment(WordPressBase): 'user': 'user_id', 'post': 'post_id', 'post_title': 'post_title', - 'parent': 'comment_parent', + 'parent': 'parent', 'date_created': DateTimeFieldMap('date_created_gmt'), 'status': 'status', 'content': FieldMap('content', default=''),