Opened 13 years ago
Closed 13 years ago
#14104 closed defect (bug) (duplicate)
remove_post_type_support does not support arrays for support options
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Posts, Post Types | Keywords: | post, post type, remove_post_type_support |
Focuses: | Cc: |
Description
While the add_post_type_support function allows for either a string or an array of strings to add support, the remove_ function does not. Patch attached.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Corrected post.php file with array support.