From 40da33e326a4c9d2f058a7fd883d2d48408ce0f1 Mon Sep 17 00:00:00 2001 From: Mark Jaquith 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: https://develop.svn.wordpress.org/trunk@21211 602fd350-edb4-49c9-b593-d223f7449a82 --- 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"; }