Changeset 34717 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 09/30/2015 04:12:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r34233 r34717 49 49 * @type string|int $tabindex Tabindex value to use. Default empty. 50 50 * @type string $tabfocus_elements The previous and next element ID to move the focus to 51 * when pressing the Tab key in TinyMCE. Def ualt ':prev,:next'.51 * when pressing the Tab key in TinyMCE. Default ':prev,:next'. 52 52 * @type string $editor_css Intended for extra styles for both Visual and Text editors. 53 53 * Should include `<style>` tags, and can use "scoped". Default empty. 54 * @type string $editor_class Extra classes to add to the editor textarea elemen . Default empty.54 * @type string $editor_class Extra classes to add to the editor textarea element. Default empty. 55 55 * @type bool $teeny Whether to output the minimal editor config. Examples include 56 56 * Press This and the Comment editor. Default false.
Note: See TracChangeset
for help on using the changeset viewer.