From f8cbb8fde86f4bf3f5f2b8e91af7a1171937df3e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 2 Jul 2015 12:01:00 +0000 Subject: [PATCH] Make "Preformatted" string in TinyMCE translatable. props iseulde. fixes #32862. git-svn-id: https://develop.svn.wordpress.org/trunk@33048 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-editor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index b3c21fc17a..c721c49306 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/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' ),