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
This commit is contained in:
Drew Jaynes 2014-03-28 05:54:14 +00:00
parent 0397f7a739
commit a85b4330d9
1 changed files with 3 additions and 3 deletions

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