Changeset 24192 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/07/2013 08:34:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r24188 r24192 2159 2159 $right_content = apply_filters( "_wp_post_revision_field_$field", $right_revision->$field, $field, $right_revision, 'right' ); 2160 2160 2161 add_filter( "_wp_post_revision_field_$field", ' wp_kses_post' );2161 add_filter( "_wp_post_revision_field_$field", 'htmlspecialchars' ); 2162 2162 2163 2163 $args = array();
Note: See TracChangeset
for help on using the changeset viewer.