mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
- fixed hidden input by esc_attr;
This commit is contained in:
@@ -314,7 +314,7 @@ $ListTable->wpc_set_pagination_args( array( 'total_items' => count( $emails ), '
|
||||
<input type="hidden" name="page" value="um_options" />
|
||||
<input type="hidden" name="tab" value="email" />
|
||||
<?php if ( ! empty( $_GET['section'] ) ) { ?>
|
||||
<input type="hidden" name="section" value="<?php echo $_GET['section'] ?>" />
|
||||
<input type="hidden" name="section" value="<?php echo esc_attr( $_GET['section'] ) ?>" />
|
||||
<?php }
|
||||
|
||||
$ListTable->display(); ?>
|
||||
|
||||
Reference in New Issue
Block a user