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

See [27808]. See #27566.


git-svn-id: https://develop.svn.wordpress.org/trunk@27809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-03-28 05:50:12 +00:00
parent f36a1ab9b5
commit 01e30d23b4
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ final class _WP_Editors {
private function __construct() {} 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 { * @param array $settings {
* Array of editor arguments. * Array of editor arguments.
* *