Changes between Initial Version and Version 1 of Ticket #23932, comment 2
- Timestamp:
- 05/25/2014 03:24:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23932, comment 2
initial v1 1 `Caption` maps to `post_excerpt`, `Description` maps to `post_content`, the `remove_post_type_support()` calls should respect that. 1 `Caption` maps to `post_excerpt`, `Description` maps to `post_content`, the `remove_post_type_support()` calls should respect that. 2 2 3 Alt text is saved as post meta under the `_wp_attachment_image_alt` key. 3 `remove_post_type_support( 'attachment', 'title' )` works properly for the Edit Media screen, but not in the modal. 4 5 Alt text is saved as post meta under the `_wp_attachment_image_alt` key, so that can't be disabled via the same mechanism. 4 6 5 7 Needs patch.