Changeset 55187 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 02/02/2023 02:14:02 AM (20 months ago)
- File:
-
- 1 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>
Note: See TracChangeset
for help on using the changeset viewer.