[wp-trac] [WordPress Trac] #23932: Support for remove_post_type_support() in attachment post type
WordPress Trac
noreply at wordpress.org
Sun Oct 26 22:45:49 UTC 2014
#23932: Support for remove_post_type_support() in attachment post type
----------------------------------------+------------------------------
Reporter: flyingtrolleycars | Owner: antpb
Type: enhancement | Status: assigned
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 3.5.1
Severity: normal | Resolution:
Keywords: needs-patch good-first-bug | Focuses:
----------------------------------------+------------------------------
Comment (by antpb):
In posts.php the array was not registering {{{'caption'}}} for global
{{{$_wp_post_type_features;}}}
This includes caption into the array
{{{
'supports' => array( 'title', 'author', 'comments',
'caption' ),
}}}
The media panel is not determining to show it based on the array.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/23932#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list