Wow. One more time with the typos.

I can, in fact, spell 'instance'.

See #27566.


git-svn-id: https://develop.svn.wordpress.org/trunk@27810 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-03-28 05:53:42 +00:00
parent 01e30d23b4
commit 815ccdf8f3

View File

@ -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() );