Skip to content

Commit cdd961c

Browse files
committed
Update ableplayer.php
1 parent 80d1bad commit cdd961c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ableplayer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ function ableplayer_enqueue_scripts() {
9191
*
9292
* @hook able_player_js
9393
*
94-
* @param {string} $url URL to Able Player root directory.
95-
* @param {bool} $debug True if environment is in debugging.
94+
* @param string $url URL to Able Player root directory.
95+
* @param bool $debug True if environment is in debugging.
9696
*
97-
* @return {string}
97+
* @return string
9898
*/
9999
$js_dir = apply_filters( 'able_player_js', plugins_url( 'build', __FILE__ ) . '/' . $js_file, $debug );
100100
/**

0 commit comments

Comments
 (0)