From 693dfe3453cd054b984646b53df5c37ef2e882de Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 16 May 2016 18:57:29 +0000 Subject: [PATCH] Editor: Merge two strings. Props pavelevap. See #27756. Built from https://develop.svn.wordpress.org/trunk@37441 git-svn-id: http://core.svn.wordpress.org/trunk@37407 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 4c0827a3ec..38c650c416 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -847,7 +847,7 @@ final class _WP_Editors { 'Clear formatting' => __( 'Clear formatting' ), 'Bold' => __( 'Bold' ), 'Italic' => __( 'Italic' ), - 'Code' => _x( 'Code', 'editor button' ), + 'Code' => __( 'Code' ), 'Source code' => __( 'Source code' ), 'Font Family' => __( 'Font Family' ), 'Font Sizes' => __( 'Font Sizes' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index ee4f8d749d..8d45e534d1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37440'; +$wp_version = '4.6-alpha-37441'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.