MeisterGit / wordpress-java

Automatically exported from code.google.com/p/wordpress-java
Other
0 stars 0 forks source link

net.bican.wordpress.Page needs field for post_status #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
net.bican.wordpress.Page has a field for page_status, unfortunately the
xml-rpc reply from wordpress has a field named post_status. In order to get
access to this, I simply added a post_status field with appropriate getters
and setters, i.e. 

  String post_status;

Original issue reported on code.google.com by aloksald...@gmail.com on 3 Feb 2010 at 10:49

GoogleCodeExporter commented 9 years ago
Can you attach the patch?

Original comment by can.bican@gmail.com on 4 Feb 2010 at 9:32

GoogleCodeExporter commented 9 years ago
Anyway, I patched my own to r55. Please check to see if it's OK. Thanks for the 
notice.

Original comment by can.bican@gmail.com on 4 Apr 2010 at 9:18