mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- hotfixes;
This commit is contained in:
@@ -7,7 +7,7 @@ print ".um-$form_id.um {
|
||||
}";
|
||||
}
|
||||
|
||||
if ( isset( $align ) && in_array( $align, ['left', 'right'] ) ) {
|
||||
if ( isset( $align ) && in_array( $align, array( 'left', 'right' ) ) ) {
|
||||
print ".um-$form_id.um {
|
||||
margin-$align: 0px !important;
|
||||
}";
|
||||
|
||||
Reference in New Issue
Block a user