Skip to content

Commit fb185d7

Browse files
committed
Change file name from 'video' to media'.
1 parent 5cfbcc6 commit fb185d7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/ableplayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function ableplayer_enqueue_scripts() {
4747
// Register/enqueue other dependencies.
4848
wp_enqueue_script( 'js-cookie', plugins_url( 'thirdparty', __FILE__ ) . '/js.cookie.js', array( 'jquery' ), ABLEPLAYER_VERSION, true );
4949
wp_enqueue_script( 'vimeo', 'https://player.vimeo.com/api/player.js', array(), ABLEPLAYER_VERSION, true );
50-
wp_register_script( 'ableplayer-video', plugins_url( 'assets', __FILE__ ) . '/js/video.js', array(), ABLEPLAYER_VERSION, true );
50+
wp_register_script( 'ableplayer-video', plugins_url( 'assets', __FILE__ ) . '/js/media.js', array(), ABLEPLAYER_VERSION, true );
5151
wp_localize_script(
5252
'ableplayer-video',
5353
'ableplayer',

0 commit comments

Comments
 (0)