<div class="misc-pub-section misc-pub-dimensions">
<?php
_e( 'Dimensions:'
); ?> <strong><?php
echo $media_dims; ?></strong>
</div>
<?php
} if ( !
empty( $meta['original_image'
] ) ) { ?>
<div class="misc-pub-section misc-pub-original-image word-wrap-break-word">
<?php
_e( 'Original image:'
); ?>
<a href="<?php
echo esc_url( wp_get_original_image_url( $attachment_id ) ); ?>">
<strong><?php
echo esc_html( wp_basename( wp_get_original_image_path( $attachment_id ) ) ); ?></strong>
</a>
</div>
<?php
}}/**
* Parses ID3v2, ID3v1, and getID3 comments to extract usable data.
*
* @since 3.6.0
*
* @param array $metadata An existing array with data.
* @param array $data Data supplied by ID3 tags.
*/