﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
21308	wp.getPost(s) missing fields	maxcutler	ryan	"The `wp.getPost` and `wp.getPosts` XML-RPC methods introduced in 3.4 are missing some fields from the posts table:

* post_parent
* menu_order
* guid
* post_mime_type

The first two are important when dealing with pages, and the last one is important for dealing with attachments.

`wp.newPost` and `wp.editPost` properly accept these fields because they delegate to `wp_insert_post` which handles them correctly. For symmetry and completeness, `wp.getPost` and `wp.getPosts` should return the values."	defect (bug)	closed	normal	3.4.2	XML-RPC	3.4	normal	fixed	has-patch	
