From 33231587276edc571cf5857962d87a7788dc7344 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 5 Jul 2012 15:19:01 +0000 Subject: [PATCH] Rename the "HTML" editor tab to "Text" (as it has never been a pure HTML editor, but a text editor that supports HTML and also does some HTML transformations automatically). fixes #20993 git-svn-id: http://core.svn.wordpress.org/trunk@21211 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 7aa9aff706..8d2e6f527a 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -83,7 +83,7 @@ final class _WP_Editors { $switch_class = 'tmce-active'; } - $buttons .= '' . __('HTML') . "\n"; + $buttons .= '' . __('Text') . "\n"; $buttons .= '' . __('Visual') . "\n"; }