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:
parent
0397f7a739
commit
a85b4330d9
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue