Skip to content

Commit

Permalink
Restore escaping for extracted comments (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed May 22, 2020
1 parent 52aa47e commit 21a8422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gp-includes/default-filters.php
Expand Up @@ -37,6 +37,7 @@
add_action( 'edit_user_profile_update', 'gp_wp_profile_options_update' );

// Display filters.
add_filter( 'gp_original_extracted_comments', 'esc_translation' );
add_filter( 'gp_original_extracted_comments', 'wptexturize' );
add_filter( 'gp_original_extracted_comments', 'convert_chars' );
add_filter( 'gp_original_extracted_comments', 'make_clickable' );
Expand Down

0 comments on commit 21a8422

Please sign in to comment.