Opened 8 years ago
Closed 4 years ago
#40775 closed defect (bug) (duplicate)
Remove number in placeholder in translation string
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 4.8 |
Component: | Widgets | Keywords: | has-patch |
Focuses: | Cc: |
Description
/src/wp-includes/widgets/class-wp-widget-media-video.php
line 45
'unsupported_file_type' => sprintf( __( 'Sorry, we can’t display the video file type selected. Please select a supported video file (%1$s) or stream (YouTube or Vimeo) instead.' ), '<code>.' . implode( '</code>, <code>.', wp_get_video_extensions() ) . '</code>' ),
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Thanks for the patch. While I agree that a simple
%s
would be enough here, it's not something we have to fix immediately I think.