Changeset 55198 for trunk/src/wp-admin/upload.php
- Timestamp:
- 02/02/2023 10:46:02 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r55183 r55198 334 334 '<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>' . 335 335 '<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>' . 337 338 '</ul>', 338 339 )
Note: See TracChangeset
for help on using the changeset viewer.