MediaElement: Remove translated string from a plugin WP doesn't bundle.

fixes #37394.

Built from https://develop.svn.wordpress.org/trunk@38203


git-svn-id: http://core.svn.wordpress.org/trunk@38144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2016-08-05 04:44:35 +00:00
parent ab052361a3
commit 4ff8257cb4
2 changed files with 1 additions and 3 deletions

View File

@ -351,8 +351,6 @@ function wp_default_scripts( &$scripts ) {
'None' => __( 'None', 'no captions/subtitles' ), 'None' => __( 'None', 'no captions/subtitles' ),
'Time Slider' => __( 'Time Slider' ), 'Time Slider' => __( 'Time Slider' ),
/* translators: %1: number of seconds (30 by default) */ /* 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' ), 'Skip back %1 seconds' => __( 'Skip back %1 seconds' ),
'Video Player' => __( 'Video Player' ), 'Video Player' => __( 'Video Player' ),
'Audio Player' => __( 'Audio Player' ), 'Audio Player' => __( 'Audio Player' ),

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.7-alpha-38201'; $wp_version = '4.7-alpha-38203';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.