Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21391, comment 8


Ignore:
Timestamp:
07/25/2012 10:23:45 PM (13 years ago)
Author:
martythornley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21391, comment 8

    initial v1  
    11I know this is early but I started messing with this a little and see a couple initial things...
    22
    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 (lines  but not sure what makes more sense...
     3It 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...
    44
    551) Within the <?php if ( post_type_supports($post_type, 'editor') ) { ?> section, you could add something so that attachments use their own thing, or