Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Nov 9, 2020
1 parent f35f3d4 commit 3dc6647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/autoload/class-filtering-themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3dc6647

Please sign in to comment.