MediaElement: Remove translated string from a plugin WP doesn't bundle.
Merge of [38203] to the 4.6 branch. Props nacin. Fixes #37394. Built from https://develop.svn.wordpress.org/branches/4.6@38204 git-svn-id: http://core.svn.wordpress.org/branches/4.6@38145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ca40b65ec
commit
0a65e04101
|
@ -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' ),
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-RC1-38202';
|
||||
$wp_version = '4.6-RC1-38204';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue