PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.7
Elementor Website Builder – more than just a page builder v3.6.7
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 4.0.7 All 451 releases
← All changes | includes/controls/groups/box-shadow.php +5 -5 4.1.0-dev13.6.7 View file →
@@ -57,9 +57,9 @@
57 57 protected function init_fields() {
58 58 $controls = [];
59 59
60 60 $controls['box_shadow'] = [
61 - 'label' => esc_html__( 'Box Shadow', 'elementor' ),
61 + 'label' => _x( 'Box Shadow', 'Box Shadow Control', 'elementor' ),
62 62 'type' => Controls_Manager::BOX_SHADOW,
63 63 'selectors' => [
64 64 '{{SELECTOR}}' => 'box-shadow: {{HORIZONTAL}}px {{VERTICAL}}px {{BLUR}}px {{SPREAD}}px {{COLOR}} {{box_shadow_position.VALUE}};',
65 65 ],
@@ -65,13 +65,13 @@
65 65 ],
66 66 ];
67 67
68 68 $controls['box_shadow_position'] = [
69 - 'label' => esc_html__( 'Position', 'elementor' ),
69 + 'label' => _x( 'Position', 'Box Shadow Control', 'elementor' ),
70 70 'type' => Controls_Manager::SELECT,
71 71 'options' => [
72 - ' ' => esc_html_x( 'Outline', 'Box Shadow Control', 'elementor' ),
73 - 'inset' => esc_html_x( 'Inset', 'Box Shadow Control', 'elementor' ),
72 + ' ' => _x( 'Outline', 'Box Shadow Control', 'elementor' ),
73 + 'inset' => _x( 'Inset', 'Box Shadow Control', 'elementor' ),
74 74 ],
75 75 'default' => ' ',
76 76 'render_type' => 'ui',
77 77 ];
@@ -92,9 +92,9 @@
92 92 */
93 93 protected function get_default_options() {
94 94 return [
95 95 'popover' => [
96 - 'starter_title' => esc_html__( 'Box Shadow', 'elementor' ),
96 + 'starter_title' => _x( 'Box Shadow', 'Box Shadow Control', 'elementor' ),
97 97 'starter_name' => 'box_shadow_type',
98 98 'starter_value' => 'yes',
99 99 'settings' => [
100 100 'render_type' => 'ui',