From 3dc6647532915dfcd11db3ff8541decbe936965c Mon Sep 17 00:00:00 2001 From: bueltge Date: Mon, 9 Nov 2020 20:46:10 +0100 Subject: [PATCH] new release --- inc/autoload/class-filtering-themes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/autoload/class-filtering-themes.php b/inc/autoload/class-filtering-themes.php index 82c3efb..92153ea 100755 --- a/inc/autoload/class-filtering-themes.php +++ b/inc/autoload/class-filtering-themes.php @@ -33,10 +33,10 @@ public function __construct() { /** * Enqueue scripts. * - * @param $hook + * @param string $hook Hook name. */ public function enqueue_script( $hook ) { - if ( 'themes.php' !== $hook && is_admin()) { + if ( 'themes.php' !== $hook && is_admin() ) { return; } $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';