Make WordPress Core

Ticket #60021: 60021.12.patch

File 60021.12.patch, 550 bytes (added by upadalavipul, 2 years ago)
  • wp-includes/class-wp-editor.php

     
    148148         * Outputs the HTML for a single instance of the editor.
    149149         *
    150150         * @since 3.3.0
     151         *
     152         * @global WP_Screen $current_screen WordPress current screen object.
    151153         *
    152154         * @param string $content   Initial content for the editor.
    153155         * @param string $editor_id HTML ID for the textarea and TinyMCE and Quicktags instances.