Make WordPress Core


Ignore:
Timestamp:
11/05/2012 02:04:22 PM (12 years ago)
Author:
ryan
Message:

Attachment editor improvements. Put the non-editable metadata into the submit/publish box.

Props helenyhou
see #21391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r22291 r22364  
    112112    wp_enqueue_style( 'imgareaselect' );
    113113    add_meta_box( 'submitdiv', __('Save'), 'attachment_submit_meta_box', null, 'side', 'core' );
    114     add_meta_box( 'attachmentdata', __('Attachment Page Content'), 'attachment_data_meta_box', null, 'normal', 'core' );
     114    add_meta_box( 'attachmentdata', __('Attachment Page Content'), 'attachment_content_meta_box', null, 'normal', 'core' );
    115115    add_action( 'edit_form_after_title', 'edit_form_image_editor' );
    116116} else {
Note: See TracChangeset for help on using the changeset viewer.