Changeset 55187
- Timestamp:
- 02/02/2023 02:14:02 AM (2 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r55156 r55187 3476 3476 <?php _e( 'Original image:' ); ?> 3477 3477 <a href="<?php echo esc_url( wp_get_original_image_url( $attachment_id ) ); ?>"> 3478 < ?php echo esc_html( wp_basename( wp_get_original_image_path( $attachment_id ) ) ); ?>3478 <strong><?php echo esc_html( wp_basename( wp_get_original_image_path( $attachment_id ) ) ); ?></strong> 3479 3479 </a> 3480 3480 </div> -
trunk/src/wp-includes/media-template.php
r55156 r55187 440 440 <# if ( data.originalImageURL && data.originalImageName ) { #> 441 441 <div class="word-wrap-break-word"> 442 < ?php _e( 'Original image:' ); ?>442 <strong><?php _e( 'Original image:' ); ?></strong> 443 443 <a href="{{ data.originalImageURL }}">{{data.originalImageName}}</a> 444 444 </div>
Note: See TracChangeset
for help on using the changeset viewer.