Changeset 27810 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 03/28/2014 05:53:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r27809 r27810 29 29 30 30 /** 31 * Parse default arguments for the editor eisntance.31 * Parse default arguments for the editor instance. 32 32 * 33 33 * @param string $editor_id ID for the current editor instance. … … 72 72 'teeny' => false, 73 73 'dfw' => false, 74 'tinymce' =>true,75 'quicktags' =>true74 'tinymce' => true, 75 'quicktags' => true 76 76 ) ); 77 77
Note: See TracChangeset
for help on using the changeset viewer.