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';