From a85b4330d9634946aa0b92385f9e79c0a34535aa Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 28 Mar 2014 05:54:14 +0000 Subject: [PATCH] Wow. One more time with the typos. I can, in fact, spell 'instance'. See #27566. Built from https://develop.svn.wordpress.org/trunk@27810 git-svn-id: http://core.svn.wordpress.org/trunk@27644 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 502e054358..307b59f000 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -28,7 +28,7 @@ final class _WP_Editors { private function __construct() {} /** - * Parse default arguments for the editor eisntance. + * Parse default arguments for the editor instance. * * @param string $editor_id ID for the current editor instance. * @param array $settings { @@ -71,8 +71,8 @@ final class _WP_Editors { 'editor_class' => '', 'teeny' => false, 'dfw' => false, - 'tinymce' => true, - 'quicktags' => true + 'tinymce' => true, + 'quicktags' => true ) ); self::$this_tinymce = ( $set['tinymce'] && user_can_richedit() );