mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Add missing 'Address' string for TinyMCE.
props pavelevap, ocean90. fixes #27785. Built from https://develop.svn.wordpress.org/trunk@28097 git-svn-id: http://core.svn.wordpress.org/trunk@27928 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
41d2a7f82b
commit
23d78b1777
@ -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