We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd961c commit a940027Copy full SHA for a940027
1 file changed
src/ableplayer.php
@@ -114,10 +114,10 @@ function ableplayer_enqueue_scripts() {
114
*
115
* @hook ableplayer_dependencies
116
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.
+ * @param array $dependencies Array of scripts required by the main Able Player script.
+ * @param bool $debug True if environment is in debugging mode.
119
120
- * @return {array}
+ * @return array
121
*/
122
$dependencies = apply_filters( 'ableplayer_dependencies', $dependencies, $debug );
123
wp_enqueue_script(
0 commit comments