From f7d4569c8d136de3ff46222135b4772d8b40e926 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 13 Apr 2014 16:34:13 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index eb7dc12b9b..68fbfeb497 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/wp-includes/class-wp-editor.php @@ -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' ),