Fix search member filter and fields

This commit is contained in:
champsupertramp
2016-04-16 20:28:20 +08:00
parent 8791704888
commit cdaeb12d07
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<?php if ( isset( $_REQUEST['page_id'] ) && get_option('permalink_structure') == 0 ) { ?>
<input type="hidden" name="page_id" id="page_id" value="<?php echo $_REQUEST['page_id']; ?>" />
<input type="hidden" name="page_id" id="page_id" value="<?php echo esc_attr( $_REQUEST['page_id']); ?>" />
<?php }