Add context to string added in [28097].
props azaozz. fixes #27785. Built from https://develop.svn.wordpress.org/trunk@28099 git-svn-id: http://core.svn.wordpress.org/trunk@27930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e77dc6b97b
commit
ad850a34a4
|
@ -776,7 +776,7 @@ final class _WP_Editors {
|
|||
'Blockquote' => __( 'Blockquote' ),
|
||||
'Div' => _x( 'Div', 'HTML tag' ),
|
||||
'Pre' => _x( 'Pre', 'HTML tag' ),
|
||||
'Address' => __( 'Address' ),
|
||||
'Address' => _x( 'Address', 'HTML tag' ),
|
||||
|
||||
'Inline' => _x( 'Inline', 'HTML elements' ),
|
||||
'Underline' => __( 'Underline' ),
|
||||
|
|
Loading…
Reference in New Issue