mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
- added escape functions, security fix for XSS;
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
|
||||
|
||||
|
||||
<div id="UM_preview_form" style="display:none">
|
||||
|
||||
<div class="um-admin-modal-head">
|
||||
<h3><?php _e('Live Form Preview','ultimate-member'); ?></h3>
|
||||
<h3><?php _e( 'Live Form Preview', 'ultimate-member' ); ?></h3>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="um-admin-modal-body"></div>
|
||||
|
||||
|
||||
<div class="um-admin-modal-foot">
|
||||
<a href="#" class="button-primary" data-action="UM_remove_modal"><?php _e('Continue editing','ultimate-member'); ?></a>
|
||||
<a href="javascript:void(0);" class="button-primary" data-action="UM_remove_modal"><?php _e( 'Continue editing', 'ultimate-member' ); ?></a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user