[wp-trac] [WordPress Trac] #24360: Unable to use supports=>post-formats without support for thumbnail
WordPress Trac
noreply at wordpress.org
Mon May 27 00:56:28 UTC 2013
#24360: Unable to use supports=>post-formats without support for thumbnail
--------------------------+--------------------
Reporter: zabatonni | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Post Formats | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+--------------------
Comment (by SergeyBiryukov):
[attachment:24360.diff] fixes the issue reported on the forums (redirect
to Posts screen when switching post formats with JS disabled).
Could not reproduce the original issue. Does it still happen on a clean
install with JavaScript enabled?
My steps:
1. Created a new post type with the
[http://codex.wordpress.org/Function_Reference/register_post_type#Example
second example] from Codex.
2. Added `'post-formats'` to `'supports'` argument, removed `'thumbnail`:
{{{
'supports' => array( 'title', 'editor', 'author', 'excerpt', 'comments',
'post-formats' )
}}}
3. Created a new Book. Verified that switching post formats work
correctly.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24360#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list