mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 06:33:50 +09:00
- fixed sanitizing types;
- fixed `in_group` attribute sanitizing;
This commit is contained in:
@@ -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};
|
||||
}";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user