| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Elementor\Modules\Shapes; |
| 4 | 4 | |
| 5 | 5 | if ( ! defined( 'ABSPATH' ) ) { |
| 6 | - exit; // Exit if accessed directly. | |
| 6 | + exit; // Exit if accessed directly | |
| 7 | 7 | } |
| 8 | 8 | |
| 9 | 9 | class Module extends \Elementor\Core\Base\Module { |
| 10 | 10 | |
| @@ -23,10 +23,10 @@ | ||
| 23 | 23 | * @return void |
| 24 | 24 | */ |
| 25 | 25 | public function register_styles() { |
| 26 | 26 | wp_register_style( |
| 27 | - 'widget-text-path', | |
| 28 | - $this->get_css_assets_url( 'widget-text-path', null, true, true ), | |
| 27 | + 'widget-shapes', | |
| 28 | + $this->get_css_assets_url( 'widget-shapes', null, true, true ), | |
| 29 | 29 | [ 'elementor-frontend' ], |
| 30 | 30 | ELEMENTOR_VERSION |
| 31 | 31 | ); |
| 32 | 32 | } |