Make WordPress Core


Ignore:
Timestamp:
01/27/2023 11:05:35 PM (2 years ago)
Author:
joedolson
Message:

Media: Add download link to media modal and attachment details.

Make it easier for users to download their uploaded media by providing a download link on the attachment details screen and in the media modal.

Props countrymusicchicago, joedolson, amin7
Fixes #41474.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/media.php

    r55002 r55156  
    33373337        </span>
    33383338    </div>
     3339    <div class="misc-pub-section misc-pub-download">
     3340        <a href="<?php echo esc_attr( $att_url ); ?>" download><?php _e( 'Download file' ); ?></a>
     3341    </div>
    33393342    <div class="misc-pub-section misc-pub-filename">
    33403343        <?php _e( 'File name:' ); ?> <strong><?php echo $filename; ?></strong>
Note: See TracChangeset for help on using the changeset viewer.