Make WordPress Core


Ignore:
Timestamp:
07/05/2012 08:28:01 PM (14 years ago)
Author:
azaozz
Message:

Clarify that 'html' refers to the Text editor tab, see #20993

File:
1 edited

Legend:

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

    r21212 r21218  
    7777            $switch_class = 'html-active';
    7878
     79            // 'html' and 'switch-html' are used for the "Text" editor tab.
    7980            if ( 'html' == wp_default_editor() ) {
    8081                add_filter('the_editor_content', 'wp_htmledit_pre');
Note: See TracChangeset for help on using the changeset viewer.