From 8198998a83e8ce11857443eb64e9ceea42b971bb Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 7 Dec 2012 18:50:16 +0000 Subject: [PATCH] Ensure [23122] gets parsed as context. props TobiasBg. fixes #22808. git-svn-id: https://develop.svn.wordpress.org/trunk@23123 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 57e49c5842..38ab7c262f 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -111,7 +111,7 @@ final class _WP_Editors { $switch_class = 'tmce-active'; } - $buttons .= '' . __( 'Text', 'Name for the Text editor tab (formerly HTML)' ) . "\n"; + $buttons .= '' . _x( 'Text', 'Name for the Text editor tab (formerly HTML)' ) . "\n"; $buttons .= '' . __('Visual') . "\n"; }