diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index eb7dc12b9b..68fbfeb497 100644 --- a/wp-includes/class-wp-editor.php +++ b/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' ),