|
@@ -259,7 +259,7 @@ discard block |
|
|
block discarded – undo |
|
259
|
259
|
* @access public |
|
260
|
260
|
* @since 1.5.0 |
|
261
|
261
|
* @static |
|
262
|
|
- * @return string|boolean |
|
|
262
|
+ * @return string|false |
|
263
|
263
|
*/ |
|
264
|
264
|
public static function is_alnp_using_customizer() { |
|
265
|
265
|
if ( is_customize_preview() ) { |
|
@@ -279,7 +279,7 @@ discard block |
|
|
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.