PluginProbe
Elementor Website Builder – more than just a page builder / 3.27.4
Elementor Website Builder – more than just a page builder v3.27.4
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | core/page-assets/loader.php +2 -2 4.2.33.27.4 View file →
@@ -7,9 +7,9 @@
7 7 use Elementor\Control_Exit_Animation;
8 8 use Elementor\Control_Hover_Animation;
9 9
10 10 if ( ! defined( 'ABSPATH' ) ) {
11 - exit; // Exit if accessed directly.
11 + exit; // Exit if accessed directly
12 12 }
13 13
14 14 /**
15 15 * Elementor assets loader.
@@ -99,9 +99,9 @@
99 99 return $this->assets;
100 100 }
101 101
102 102 /**
103 - * @param array $assets_data {
103 + * @param array $assets {
104 104 * @type array 'styles'
105 105 * @type array 'scripts'
106 106 * }
107 107 */