Skip to content

Commit 3dc6647

Browse files
committed
new release
1 parent f35f3d4 commit 3dc6647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/autoload/class-filtering-themes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ public function __construct() {
3333
/**
3434
* Enqueue scripts.
3535
*
36-
* @param $hook
36+
* @param string $hook Hook name.
3737
*/
3838
public function enqueue_script( $hook ) {
39-
if ( 'themes.php' !== $hook && is_admin()) {
39+
if ( 'themes.php' !== $hook && is_admin() ) {
4040
return;
4141
}
4242
$suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';

0 commit comments

Comments
 (0)