PluginProbe
Borderless – Addons and Templates for Elementor / 1.6.1
Borderless – Addons and Templates for Elementor v1.6.1
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 All 78 releases
← All changes | modules/elementor/assets.php +0 -21 trunk1.6.1 View file →
@@ -47,31 +47,10 @@
47 47 BORDERLESS__VERSION
48 48 );
49 49
50 50 wp_register_style(
51 - 'elementor-widget-info-box',
52 - BORDERLESS__STYLES . 'elementor/elementor-widget-info-box.css',
53 - false,
54 - BORDERLESS__VERSION
55 - );
56 -
57 - wp_register_style(
58 - 'elementor-widget-marquee-text',
59 - BORDERLESS__STYLES . 'elementor/elementor-widget-marquee-text.css',
60 - false,
61 - BORDERLESS__VERSION
62 - );
63 -
64 - wp_register_style(
65 51 'elementor-widget-portfolio',
66 52 BORDERLESS__STYLES . 'elementor/elementor-widget-portfolio.css',
67 - false,
68 - BORDERLESS__VERSION
69 - );
70 -
71 - wp_register_style(
72 - 'elementor-widget-pricing-table',
73 - BORDERLESS__STYLES . 'elementor/elementor-widget-pricing-table.css',
74 53 false,
75 54 BORDERLESS__VERSION
76 55 );
77 56