MediaElement: Remove translated string from a plugin WP doesn't bundle.
fixes #37394. git-svn-id: https://develop.svn.wordpress.org/trunk@38203 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5cc963a721
commit
6c2d90dfba
@ -351,8 +351,6 @@ function wp_default_scripts( &$scripts ) {
|
||||
'None' => __( 'None', 'no captions/subtitles' ),
|
||||
'Time Slider' => __( 'Time Slider' ),
|
||||
/* translators: %1: number of seconds (30 by default) */
|
||||
'Jump forward %1 seconds' => __( 'Jump forward %1 seconds' ),
|
||||
/* translators: %1: number of seconds (30 by default) */
|
||||
'Skip back %1 seconds' => __( 'Skip back %1 seconds' ),
|
||||
'Video Player' => __( 'Video Player' ),
|
||||
'Audio Player' => __( 'Audio Player' ),
|
||||
|
Loading…
Reference in New Issue
Block a user