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:
parent
f59f2a8e4f
commit
4cba374f44
|
@ -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' ),
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue