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
This commit is contained in:
Sergey Biryukov 2015-07-02 12:01:24 +00:00
parent f59f2a8e4f
commit 4cba374f44
2 changed files with 2 additions and 1 deletions

View File

@ -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' ),

View File

@ -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.