mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Add context to string added in [28097].
props azaozz. fixes #27785. git-svn-id: https://develop.svn.wordpress.org/trunk@28099 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ffba43a0d9
commit
f7d4569c8d
@ -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
Block a user