Changeset 55221
- Timestamp:
- 02/04/2023 07:08:22 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r55218 r55221 853 853 $actions['download'] = sprintf( 854 854 '<a href="%s" aria-label="%s" download>%s</a>', 855 wp_get_attachment_url( $post->ID),855 esc_url( wp_get_attachment_url( $post->ID ) ), 856 856 /* translators: %s: Attachment title. */ 857 857 esc_attr( sprintf( __( 'Download “%s”' ), $att_title ) ),
Note: See TracChangeset
for help on using the changeset viewer.