mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed RTL styles for member directory;
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
<# if ( typeof user.<?php echo $key; ?> !== 'undefined' ) { #>
|
||||
<div class="um-member-metaline um-member-metaline-<?php echo $key; ?>">
|
||||
<strong>{{{user.label_<?php echo $key;?>}}}:</strong> {{{user.<?php echo $key;?>}}}
|
||||
<strong>{{{user.label_<?php echo $key;?>}}}:</strong> {{{user.<?php echo $key;?>}}}
|
||||
</div>
|
||||
<# } #>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user