mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
Docs: There are quite alot of typos in core inline comments.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@34717 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -48,10 +48,10 @@ final class _WP_Editors {
|
||||
* @type int $textarea_rows Number rows in the editor textarea. Default 20.
|
||||
* @type string|int $tabindex Tabindex value to use. Default empty.
|
||||
* @type string $tabfocus_elements The previous and next element ID to move the focus to
|
||||
* when pressing the Tab key in TinyMCE. Defualt ':prev,:next'.
|
||||
* when pressing the Tab key in TinyMCE. Default ':prev,:next'.
|
||||
* @type string $editor_css Intended for extra styles for both Visual and Text editors.
|
||||
* Should include `<style>` tags, and can use "scoped". Default empty.
|
||||
* @type string $editor_class Extra classes to add to the editor textarea elemen. Default empty.
|
||||
* @type string $editor_class Extra classes to add to the editor textarea element. Default empty.
|
||||
* @type bool $teeny Whether to output the minimal editor config. Examples include
|
||||
* Press This and the Comment editor. Default false.
|
||||
* @type bool $dfw Deprecated in 4.1. Since 4.3 used only to enqueue wp-fullscreen-stub.js for backwards compatibility.
|
||||
|
||||
Reference in New Issue
Block a user