Make WordPress Core


Ignore:
Timestamp:
05/07/2013 08:34:58 PM (12 years ago)
Author:
markjaquith
Message:

Go back to plain text diffs between revisions instead of attempting partial rendering.

fixes #24254

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/ajax-actions.php

    r24188 r24192  
    21592159            $right_content = apply_filters( "_wp_post_revision_field_$field", $right_revision->$field, $field, $right_revision, 'right' );
    21602160
    2161             add_filter( "_wp_post_revision_field_$field", 'wp_kses_post' );
     2161            add_filter( "_wp_post_revision_field_$field", 'htmlspecialchars' );
    21622162
    21632163            $args = array();
Note: See TracChangeset for help on using the changeset viewer.