[wp-trac] [WordPress Trac] #22473: Post-formats radiogroup on custom post types and pages will not update in 3.5 Beta 3
WordPress Trac
noreply at wordpress.org
Sat Nov 17 00:01:37 UTC 2012
#22473: Post-formats radiogroup on custom post types and pages will not update in
3.5 Beta 3
--------------------------+------------------------------
Reporter: itworx | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch |
--------------------------+------------------------------
Changes (by c3mdigital):
* keywords: => needs-patch
Comment:
I can confirm this.
Enable post format support and add for pages.
{{{
add_theme_support( 'post-formats', array( 'aside', 'gallery' ) );
add_post_type_support( 'page', 'post-formats' );
}}}
Create new page and change post format from normal and publish or save
draft. On refresh the checked value goes back to normal.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22473#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list