Make WordPress Core


Ignore:
Timestamp:
11/04/2016 12:14:05 PM (8 years ago)
Author:
johnbillion
Message:

Editor: Correct the docblock for the wp_default_editor filter.

Props dimadin
See #38327

File:
1 edited

Legend:

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

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