mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
- added PHPDocs;
- small fixes and code optimization;
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<?php
|
||||
|
||||
if ( empty( UM()->builder()->form_id ) ) {
|
||||
<?php if ( empty( UM()->builder()->form_id ) ) {
|
||||
UM()->builder()->form_id = $this->form_id;
|
||||
}
|
||||
?>
|
||||
} ?>
|
||||
|
||||
<div class="um-admin-builder" data-form_id="<?php echo UM()->builder()->form_id; ?>">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user