mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Go back to plain text diffs between revisions instead of attempting partial rendering.
fixes #24254 git-svn-id: https://develop.svn.wordpress.org/trunk@24192 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2158,7 +2158,7 @@ function wp_ajax_revisions_data() {
|
||||
$left_content = apply_filters( "_wp_post_revision_field_$field", $left_revision->$field, $field, $left_revision, 'left' );
|
||||
$right_content = apply_filters( "_wp_post_revision_field_$field", $right_revision->$field, $field, $right_revision, 'right' );
|
||||
|
||||
add_filter( "_wp_post_revision_field_$field", 'wp_kses_post' );
|
||||
add_filter( "_wp_post_revision_field_$field", 'htmlspecialchars' );
|
||||
|
||||
$args = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user