Changeset 27864 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 03/30/2014 09:07:04 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r27862 r27864 141 141 add_action( 'edit_form_after_title', 'edit_form_image_editor' ); 142 142 143 if ( preg_match( '#^audio#', $post->post_mime_type) ) {143 if ( 0 === strpos( $post->post_mime_type, 'audio/' ) ) { 144 144 add_meta_box( 'attachment-id3', __( 'Metadata' ), 'attachment_id3_data_meta_box', null, 'normal', 'core' ); 145 145 }
Note: See TracChangeset
for help on using the changeset viewer.