From 01e30d23b41f8d85db56db76c1a69c37114fe5b6 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Fri, 28 Mar 2014 05:50:12 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index adbb556976..502e054358 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/wp-includes/class-wp-editor.php @@ -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. *