Add missing 'Address' string for TinyMCE.
props pavelevap, ocean90. fixes #27785. git-svn-id: https://develop.svn.wordpress.org/trunk@28097 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
985727f256
commit
42f6f43c35
@ -776,6 +776,7 @@ final class _WP_Editors {
|
||||
'Blockquote' => __( 'Blockquote' ),
|
||||
'Div' => _x( 'Div', 'HTML tag' ),
|
||||
'Pre' => _x( 'Pre', 'HTML tag' ),
|
||||
'Address' => __( 'Address' ),
|
||||
|
||||
'Inline' => _x( 'Inline', 'HTML elements' ),
|
||||
'Underline' => __( 'Underline' ),
|
||||
|
Loading…
Reference in New Issue
Block a user