[Plugin: JSON API] think i found a bug in post.php
-
instead of $this->set_value(‘date’, get_the_time($date_format));
one should do:
$this->set_value(‘date’, get_the_time($date_format, $wp_post->ID));
- The topic ‘[Plugin: JSON API] think i found a bug in post.php’ is closed to new replies.