- Timestamp:
- 02/02/2023 10:46:02 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r55159 r55198 843 843 /* translators: %s: Attachment title. */ 844 844 esc_attr( sprintf( __( 'Copy “%s” URL to clipboard' ), $att_title ) ), 845 __( 'Copy URL to clipboard' ),845 __( 'Copy URL' ), 846 846 __( 'Copied!' ) 847 ); 848 849 $actions['download'] = sprintf( 850 '<a href="%s" aria-label="%s" download>%s</a>', 851 wp_get_attachment_url( $post->ID ), 852 /* translators: %s: Attachment title. */ 853 esc_attr( sprintf( __( 'Download “%s”' ), $att_title ) ), 854 __( 'Download file' ) 847 855 ); 848 856 }
Note: See TracChangeset
for help on using the changeset viewer.