diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-includes/class-wp-editor.php --- a/wp/wp-includes/class-wp-editor.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-includes/class-wp-editor.php Mon Oct 14 17:39:30 2019 +0200 @@ -25,12 +25,17 @@ private static $has_medialib = false; private static $editor_buttons_css = true; private static $drag_drop_upload = false; + private static $old_dfw_compat = false; + private static $translation; + private static $tinymce_scripts_printed = false; + private static $link_dialog_printed = false; private function __construct() {} /** * Parse default arguments for the editor instance. * + * @static * @param string $editor_id ID for the current editor instance. * @param array $settings { * Array of editor arguments. @@ -46,14 +51,14 @@ * @type int $textarea_rows Number rows in the editor textarea. Default 20. * @type string|int $tabindex Tabindex value to use. Default empty. * @type string $tabfocus_elements The previous and next element ID to move the focus to - * when pressing the Tab key in TinyMCE. Defualt ':prev,:next'. + * when pressing the Tab key in TinyMCE. Default ':prev,:next'. * @type string $editor_css Intended for extra styles for both Visual and Text editors. * Should include `