Make WordPress Core


Ignore:
Timestamp:
07/13/2015 03:18:47 AM (9 years ago)
Author:
azaozz
Message:

TinyMCE:

  • Go back to encoding the editor content only when TinyMCE is used.
  • Add check and encode </textarea> if present.

See #32425.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r33042 r33187  
    203203
    204204add_filter( 'http_request_host_is_external', 'allowed_http_request_hosts', 10, 2 );
    205 
    206 // Prepare the content for the Visual or Text editor
    207 add_filter( 'the_editor_content', 'format_for_editor', 10, 2 );
    208205
    209206// Actions
Note: See TracChangeset for help on using the changeset viewer.