Make WordPress Core


Ignore:
Timestamp:
09/30/2015 04:12:16 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: There are quite alot of typos in core inline comments.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r34233 r34717  
    4949     *     @type string|int $tabindex          Tabindex value to use. Default empty.
    5050     *     @type string     $tabfocus_elements The previous and next element ID to move the focus to
    51      *                                         when pressing the Tab key in TinyMCE. Defualt ':prev,:next'.
     51     *                                         when pressing the Tab key in TinyMCE. Default ':prev,:next'.
    5252     *     @type string     $editor_css        Intended for extra styles for both Visual and Text editors.
    5353     *                                         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.
    5555     *     @type bool       $teeny             Whether to output the minimal editor config. Examples include
    5656     *                                         Press This and the Comment editor. Default false.
Note: See TracChangeset for help on using the changeset viewer.