Better description and fixed typo for _WP_Editors::parse_settings().

See [27808]. See #27566.

Built from https://develop.svn.wordpress.org/trunk@27809


git-svn-id: http://core.svn.wordpress.org/trunk@27643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-03-28 05:51:13 +00:00
parent 639c11621a
commit 0397f7a739

View File

@ -28,9 +28,9 @@ final class _WP_Editors {
private function __construct() {}
/**
* Parse _WP_Editors settings.
* Parse default arguments for the editor eisntance.
*
* @param string $editor_id ID for the current editor isntance.
* @param string $editor_id ID for the current editor instance.
* @param array $settings {
* Array of editor arguments.
*