Changeset 27862 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 03/30/2014 07:27:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r27657 r27862 140 140 add_meta_box( 'submitdiv', __('Save'), 'attachment_submit_meta_box', null, 'side', 'core' ); 141 141 add_action( 'edit_form_after_title', 'edit_form_image_editor' ); 142 143 if ( preg_match( '#^audio#', $post->post_mime_type ) ) { 144 add_meta_box( 'attachment-id3', __( 'Metadata' ), 'attachment_id3_data_meta_box', null, 'normal', 'core' ); 145 } 142 146 } else { 143 147 add_meta_box( 'submitdiv', __( 'Publish' ), 'post_submit_meta_box', null, 'side', 'core', $publish_callback_args );
Note: See TracChangeset
for help on using the changeset viewer.