Make WordPress Core


Ignore:
Timestamp:
02/02/2023 10:46:02 PM (2 years ago)
Author:
audrasjb
Message:

Media: Add a Download row action to the Media List Table.

This changeset makes it easier for users to download their uploaded media by providing a Download row action to the Media List Table. It also rephrases the Copy URL row action for better consistency and to give room for the new Download action.

Follow-up to [55156].

Props pbiron, joedolson, kebbet, Mista-Flo, costdev, amin7, mukesh27.
Fixes #57574.

File:
1 edited

Legend:

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

    r55183 r55198  
    334334                    '<li>' . __( '<strong>Delete Permanently</strong> will delete the file from the media library (as well as from any posts to which it is currently attached).' ) . '</li>' .
    335335                    '<li>' . __( '<strong>View</strong> will take you to a public display page for that file.' ) . '</li>' .
    336                     '<li>' . __( '<strong>Copy URL to clipboard</strong> copies the URL for the media file to your clipboard.' ) . '</li>' .
     336                    '<li>' . __( '<strong>Copy URL</strong> copies the URL for the media file to your clipboard.' ) . '</li>' .
     337                    '<li>' . __( '<strong>Download file</strong> downloads the original media file to your device.' ) . '</li>' .
    337338                '</ul>',
    338339    )
Note: See TracChangeset for help on using the changeset viewer.