From 42f6f43c3578a4c7c7b457fbcda8114a8f47b4db Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 13 Apr 2014 16:20:54 +0000 Subject: [PATCH] Add missing 'Address' string for TinyMCE. props pavelevap, ocean90. fixes #27785. git-svn-id: https://develop.svn.wordpress.org/trunk@28097 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-editor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index 0fe4150542..eb7dc12b9b 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/wp-includes/class-wp-editor.php @@ -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' ),