PluginProbe
Passster – Password Protect Pages and Content / 4.3.16
Passster – Password Protect Pages and Content v4.3.16
4.3.16 4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 All 48 releases
← All changes | inc/class-ps-block-editor.php +1 -1 4.3.54.3.16 View file →
@@ -202,9 +202,9 @@
202 202 if ( !empty( $headline ) ) {
203 203 $shortcode .= 'headline="' . $headline . '" ';
204 204 }
205 205 if ( !empty( $instruction ) ) {
206 - $shortcode .= 'instruction="' . $instruction . '" ';
206 + $shortcode .= 'instruction="' . base64_encode( $instruction ) . '" ';
207 207 }
208 208 if ( !empty( $placeholder ) ) {
209 209 $shortcode .= 'placeholder="' . $placeholder . '" ';
210 210 }