mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 06:33:50 +09:00
- added escape functions, security fix for XSS;
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
|
||||
|
||||
|
||||
<div id="UM_preview_registration" style="display:none">
|
||||
|
||||
<div class="um-admin-modal-head">
|
||||
<h3><?php _e('Review Registration Details','ultimate-member'); ?></h3>
|
||||
<h3><?php _e( 'Review Registration Details', 'ultimate-member' ); ?></h3>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="um-admin-modal-body"></div>
|
||||
|
||||
|
||||
<div class="um-admin-modal-foot"></div>
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user