diff --git a/cherry-social.php b/cherry-social.php index 85c8c55..cfa1f33 100644 --- a/cherry-social.php +++ b/cherry-social.php @@ -290,7 +290,7 @@ public function prepare_query( $query, $post_data ) { */ public function build_html_item( $url, $data ) { - $output = sprintf( '
  • %5$s
  • ', + $output = sprintf( '
  • %5$s
  • ', htmlspecialchars( $url ), sanitize_html_class( $data['id'] ), esc_html__( 'Share on ' . $data['name'], 'cherry-social' ),