Changeset 18753 for trunk/wp-includes/class-wp-editor.php
- Timestamp:
- 09/22/2011 12:02:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r18710 r18753 34 34 * Outputs the HTML and enqueues the JavaScript for a single instance of the editor. 35 35 * 36 * @param $content The initial content of the editor.37 * @param $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers).38 * @param $settings See below for description.36 * @param string $content The initial content of the editor. 37 * @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers). 38 * @param array $settings See below for description. 39 39 */ 40 40 function editor( $content, $editor_id, $settings = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.