diff --git a/modules/sharedaddy/sharing-sources.php b/modules/sharedaddy/sharing-sources.php index 0931606188917..4fa01eb266914 100644 --- a/modules/sharedaddy/sharing-sources.php +++ b/modules/sharedaddy/sharing-sources.php @@ -389,7 +389,7 @@ public function get_display( $post ) { } public function process_request( $post, array $post_data ) { - $post_title = wp_kses( $this->get_share_title( $post->ID ), null ); + $post_title = html_entity_decode( wp_kses( $this->get_share_title( $post->ID ), null ) ); $post_link = $this->get_share_url( $post->ID ); if ( function_exists( 'mb_stripos' ) ) {