[wp-trac] [WordPress Trac] #19744: Custom post type doesn't receive pingback
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 5 00:37:38 UTC 2012
#19744: Custom post type doesn't receive pingback
-----------------------------+------------------------------
Reporter: feedmeastraycat | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: XML-RPC | Version: 3.3.1
Severity: normal | Resolution:
Keywords: needs-patch |
-----------------------------+------------------------------
Changes (by dd32):
* keywords: reporter-feedback => needs-patch
Comment:
and with a non-hierarchical post type I'm getting this:
{{{
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND
wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish' OR
wp_posts.post_status = 'future' OR wp_posts.post_status = 'draft' OR
wp_posts.post_status = 'pending' OR wp_posts.post_status = 'private')
ORDER BY wp_posts.post_date DESC LIMIT 0, 10
}}}
So yes, something isn't working quite right there.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19744#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list