Skip to content

Commit cf8debd

Browse files
authored
Merge pull request #132 from hyperaudio/131-remove-platform-twitter-widget
Remove platform.twitter.com/widgets.js
2 parents c539697 + 3e5b86a commit cf8debd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wp-hyperaudio/hyperaudio.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Hyperaudio Interactive Transcript
44
* Plugin URI: https://hyper.audio
55
* Description: Hyperaudio Interactive Transcript Maker and Player – maximise your audio and video content's accessibility to humans and search engines.
6-
* Version: 1.0.15
6+
* Version: 1.0.16
77
* Author: Mark Boas
88
* Author URI: https://maboa.it
99
**/
@@ -232,7 +232,6 @@ function hyperaudio_init()
232232
wp_enqueue_script('share-this', plugins_url('/js/share-this.js', __FILE__), array(), '1.0.0', false);
233233
wp_enqueue_script('share-this-twitter', plugins_url('/js/share-this-twitter.js', __FILE__), array(), '1.0.0', false);
234234
wp_enqueue_script('share-this-clipboard', plugins_url('/js/share-this-clipboard.js', __FILE__), array(), '1.0.0', false);
235-
wp_enqueue_script('twitter-widget', 'https://platform.twitter.com/widgets.js', array(), '1.0.0', false);
236235
}
237236
}
238237

0 commit comments

Comments
 (0)