Changes between Initial Version and Version 1 of Ticket #21391, comment 8
- Timestamp:
- 07/25/2012 10:23:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21391, comment 8
initial v1 1 1 I know this is early but I started messing with this a little and see a couple initial things... 2 2 3 It is easy enough to change the edit link to use the standard post types editor. But you get the standard editor, which doesn't do anything for an attachment. I see a couple ways to change that within advanced_edit_form.php (linesbut not sure what makes more sense...3 It is easy enough to change the edit link to use the standard post types editor. But you get the standard editor, which doesn't do anything for an attachment. I see a couple ways to change that within advanced_edit_form.php but not sure what makes more sense... 4 4 5 5 1) Within the <?php if ( post_type_supports($post_type, 'editor') ) { ?> section, you could add something so that attachments use their own thing, or