From 4cba374f4493f7a1f689112e963006994c2fbe59 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 2 Jul 2015 12:01:24 +0000 Subject: [PATCH] Make "Preformatted" string in TinyMCE translatable. props iseulde. fixes #32862. Built from https://develop.svn.wordpress.org/trunk@33048 git-svn-id: http://core.svn.wordpress.org/trunk@33019 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index b3c21fc17a..c721c49306 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -819,6 +819,7 @@ final class _WP_Editors { 'Blockquote' => __( 'Blockquote' ), 'Div' => _x( 'Div', 'HTML tag' ), 'Pre' => _x( 'Pre', 'HTML tag' ), + 'Preformatted' => _x( 'Preformatted', 'HTML tag' ), 'Address' => _x( 'Address', 'HTML tag' ), 'Inline' => _x( 'Inline', 'HTML elements' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 7f042d7c80..816b0abc81 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta1-33047'; +$wp_version = '4.3-beta1-33048'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.