Ticket #40963: 40963.diff
| File 40963.diff, 748 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/class-wp-editor.php
144 144 * @static 145 145 * @param string $content The initial content of the editor. 146 146 * @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers). 147 * @param array $settings See the _parse_settings() method for description.147 * @param array $settings See the parse_settings() method for description. 148 148 */ 149 149 public static function editor( $content, $editor_id, $settings = array() ) { 150 150 $set = self::parse_settings( $editor_id, $settings );