| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | use Elementor\Plugin; |
| 5 | 5 | use Elementor\Modules\NestedElements\Module as NestedElementsModule; |
| 6 | 6 | |
| 7 | 7 | if ( ! defined( 'ABSPATH' ) ) { |
| 8 | - exit; // Exit if accessed directly. | |
| 8 | + exit; // Exit if accessed directly | |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | class Module extends \Elementor\Core\Base\Module { |
| 12 | 12 | |
| @@ -44,9 +44,9 @@ | ||
| 44 | 44 | |
| 45 | 45 | wp_register_style( |
| 46 | 46 | 'widget-nested-tabs', |
| 47 | 47 | $this->get_frontend_file_url( "widget-nested-tabs{$direction_suffix}.min.css", $has_custom_breakpoints ), |
| 48 | - [ 'elementor-frontend' ], | |
| 48 | + [], | |
| 49 | 49 | $has_custom_breakpoints ? null : ELEMENTOR_VERSION |
| 50 | 50 | ); |
| 51 | 51 | } |
| 52 | 52 | } |