From ea38eaca7d01a1245c52cdb941c3ea9455ff15c8 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 18 Jul 2016 12:39:29 +0000 Subject: [PATCH] Media: Add missing gettext to a string added in [38089]. See #37394. Built from https://develop.svn.wordpress.org/trunk@38090 git-svn-id: http://core.svn.wordpress.org/trunk@38031 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index f624335a7e..e79406af39 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -359,7 +359,7 @@ function wp_default_scripts( &$scripts ) { 'Unmute' => __( 'Unmute' ), 'Mute' => __( 'Mute' ), 'Use Up/Down Arrow keys to increase or decrease volume.' => __( 'Use Up/Down Arrow keys to increase or decrease volume.' ), - 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' => 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.', + 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' => __( 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' ), ), ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index fb31c78b54..5e8d464351 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta3-38089'; +$wp_version = '4.6-beta3-38090'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.