Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23932, comment 2


Ignore:
Timestamp:
05/25/2014 03:24:30 PM (10 years ago)
Author:
ericlewis
Comment:

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. 
    22
    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
     5Alt text is saved as post meta under the `_wp_attachment_image_alt` key, so that can't be disabled via the same mechanism.
    46
    57Needs patch.