Skip to content

Commit a940027

Browse files
committed
Update ableplayer.php
1 parent cdd961c commit a940027

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
@@ -114,10 +114,10 @@ function ableplayer_enqueue_scripts() {
114114
*
115115
* @hook ableplayer_dependencies
116116
*
117-
* @param {array} $dependencies Array of scripts required by the main Able Player script.
118-
* @param {bool} $debug True if environment is in debugging mode.
117+
* @param array $dependencies Array of scripts required by the main Able Player script.
118+
* @param bool $debug True if environment is in debugging mode.
119119
*
120-
* @return {array}
120+
* @return array
121121
*/
122122
$dependencies = apply_filters( 'ableplayer_dependencies', $dependencies, $debug );
123123
wp_enqueue_script(

0 commit comments

Comments
 (0)