Ticket #39803: 39803.diff
File 39803.diff, 460 bytes (added by , 8 years ago) |
---|
-
wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php
46 46 * @return string The meta type. 47 47 */ 48 48 protected function get_meta_type() { 49 return 'post';49 return $this->post_type; 50 50 } 51 51 52 52 /**