Media: Fix inconsistent font weight in media detail views.
Make font weight consistent between different screens and different parts of media views. Props szaqal21, sabernhardt. Fixes #54509. Built from https://develop.svn.wordpress.org/trunk@55187 git-svn-id: http://core.svn.wordpress.org/trunk@54720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3475,7 +3475,7 @@ function attachment_submitbox_metadata() {
|
||||
<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 ) ); ?>">
|
||||
<?php echo esc_html( wp_basename( wp_get_original_image_path( $attachment_id ) ) ); ?>
|
||||
<strong><?php echo esc_html( wp_basename( wp_get_original_image_path( $attachment_id ) ) ); ?></strong>
|
||||
</a>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user