Changeset 21218 for trunk/wp-includes/class-wp-editor.php
- Timestamp:
- 07/05/2012 08:28:01 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r21212 r21218 77 77 $switch_class = 'html-active'; 78 78 79 // 'html' and 'switch-html' are used for the "Text" editor tab. 79 80 if ( 'html' == wp_default_editor() ) { 80 81 add_filter('the_editor_content', 'wp_htmledit_pre');
Note: See TracChangeset
for help on using the changeset viewer.