PluginProbe
Elementor Website Builder – more than just a page builder / 3.25.8
Elementor Website Builder – more than just a page builder v3.25.8
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/dimensions.php +3 -3 4.2.23.25.8 View file →
@@ -116,14 +116,14 @@
116 116 if ( _.isObject( placeholder ) && ! _.isUndefined( placeholder.<?php
117 117 // PHPCS - the variable $dimension_key is a plain text.
118 118 echo $dimension_key; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
119 119 ?> ) ) {
120 - print( encodeURIComponent( placeholder.<?php
120 + print( placeholder.<?php
121 121 // PHPCS - the variable $dimension_key is a plain text.
122 122 echo $dimension_key; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
123 - ?> ) );
123 + ?> );
124 124 } else {
125 - print( placeholder ? encodeURIComponent( placeholder ) : '' );
125 + print( placeholder );
126 126 } #>"
127 127 <# if ( -1 === _.indexOf( allowed_dimensions, '<?php
128 128 // PHPCS - the variable $dimension_key is a plain text.
129 129 echo $dimension_key; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped