Skip to content

Commit

Permalink
Remove platform.twitter.com/widgets.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maboa authored Nov 1, 2023
1 parent c539697 commit 3e5b86a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wp-hyperaudio/hyperaudio.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Hyperaudio Interactive Transcript
* Plugin URI: https://hyper.audio
* Description: Hyperaudio Interactive Transcript Maker and Player – maximise your audio and video content's accessibility to humans and search engines.
* Version: 1.0.15
* Version: 1.0.16
* Author: Mark Boas
* Author URI: https://maboa.it
**/
Expand Down Expand Up @@ -232,7 +232,6 @@ function hyperaudio_init()
wp_enqueue_script('share-this', plugins_url('/js/share-this.js', __FILE__), array(), '1.0.0', false);
wp_enqueue_script('share-this-twitter', plugins_url('/js/share-this-twitter.js', __FILE__), array(), '1.0.0', false);
wp_enqueue_script('share-this-clipboard', plugins_url('/js/share-this-clipboard.js', __FILE__), array(), '1.0.0', false);
wp_enqueue_script('twitter-widget', 'https://platform.twitter.com/widgets.js', array(), '1.0.0', false);
}
}

Expand Down

0 comments on commit 3e5b86a

Please sign in to comment.