| @@ -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 |