Make WordPress Core

Changeset 40910


Ignore:
Timestamp:
06/15/2017 12:18:08 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Editor: Correct $settings parameter description in _WP_Editors::editor().

Props truongwp.
Fixes #40963.

File:
1 edited

Legend:

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

    r40862 r40910  
    145145     * @param string $content The initial content of the editor.
    146146     * @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers).
    147      * @param array $settings See the _parse_settings() method for description.
     147     * @param array $settings See _WP_Editors()::parse_settings() for description.
    148148     */
    149149    public static function editor( $content, $editor_id, $settings = array() ) {
Note: See TracChangeset for help on using the changeset viewer.