- fixed sanitizing types;

- fixed `in_group` attribute sanitizing;
This commit is contained in:
Nikita Sinelnikov
2021-07-21 20:26:33 +03:00
parent 0d49b5596b
commit 1e5e1f298d
7 changed files with 32 additions and 24 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<style type="text/css">
<?php
if ( isset( $max_width ) && $max_width) {
if ( isset( $max_width ) && $max_width ) {
print ".um-$form_id.um {
max-width: $max_width;
max-width: {$max_width};
}";
}