|
@@ -279,7 +279,7 @@ |
|
|
block discarded – undo |
|
279
|
279
|
* @param string $name The ID to register with WordPress. |
|
280
|
280
|
* @param string $file_path The path to the actual file. |
|
281
|
281
|
* @param bool $is_script Optional, argument for if the incoming file_path is a JavaScript source file. |
|
282
|
|
- * @param array $support Optional, for requiring other javascripts for the source file you are calling. |
|
|
282
|
+ * @param string[] $support Optional, for requiring other javascripts for the source file you are calling. |
|
283
|
283
|
* @param string $version Optional, can match the version of the plugin or version of the source file. |
|
284
|
284
|
* @param bool $footer Optional, can set the JavaScript to load in the footer instead. |
|
285
|
285
|
*/ |
Please login to merge, or discard this patch.