Make WordPress Core

Changeset 39074


Ignore:
Timestamp:
11/01/2016 07:55:46 PM (8 years ago)
Author:
johnbillion
Message:

Editor: Correct the description of the parameter passed to the wp_default_editor filter.

Props goto10
Fixes #38327

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r38901 r39074  
    30193019     * @since 2.5.0
    30203020     *
    3021      * @param array $r An array of editors. Accepts 'tinymce', 'html', 'test'.
     3021     * @param string $r string Which editor should be displayed by default. Either 'tinymce',
     3022     *                         'html', or 'test'
    30223023     */
    30233024    return apply_filters( 'wp_default_editor', $r );
Note: See TracChangeset for help on using the changeset viewer.