Parsed: 116361

<?php

#[AllowDynamicProperties]
/* class _WP_Editors */
/* function _WP_Editors::__construct() – */
/* function _WP_Editors::parse_settings() – Parse default arguments for the editor instance. */
/* function _WP_Editors::editor() – Outputs the HTML for a single instance of the editor. */
/* function _WP_Editors::editor_settings() – */
/* function _WP_Editors::_parse_init() – */
/* function _WP_Editors::enqueue_scripts() – */
/* function _WP_Editors::enqueue_default_editor() – Enqueue all editor scripts. */
/* function _WP_Editors::print_default_editor_scripts() – Print (output) all editor scripts and default settings. */
/* function _WP_Editors::get_mce_locale() – Returns the TinyMCE locale. */
/* function _WP_Editors::get_baseurl() – */
/* function _WP_Editors::default_settings() – Returns the default TinyMCE settings. */
/* function _WP_Editors::get_translation() – */
/* function _WP_Editors::wp_mce_translation() – Translates the default TinyMCE strings and returns them as JSON encoded object ready to be loaded with tinymce.addI18n(),
or as JS snippet that should run after tinymce.js is loaded. */
/* function _WP_Editors::force_uncompressed_tinymce() – Force uncompressed TinyMCE when a custom theme has been defined. */
/* function _WP_Editors::print_tinymce_scripts() – Print (output) the main TinyMCE scripts. */
/* function _WP_Editors::editor_js() – Print (output) the TinyMCE configuration and initialization scripts. */
/* function _WP_Editors::wp_fullscreen_html() – Outputs the HTML for distraction-free writing mode. */
/* function _WP_Editors::wp_link_query() – Performs post queries for internal linking. */
/* function _WP_Editors::wp_link_dialog() – Dialog for internal linking. */