| @@ -22,15 +22,13 @@ | ||
| 22 | 22 | <div class="wrap"> |
| 23 | 23 | <?php |
| 24 | 24 | require FrmAppHelper::plugin_path() . '/classes/views/shared/errors.php'; |
| 25 | 25 | $wp_list_table->views(); |
| 26 | -$form_type = FrmAppHelper::simple_get( 'form_type', 'sanitize_title', 'published' ); | |
| 27 | 26 | ?> |
| 28 | 27 | |
| 29 | 28 | <form id="posts-filter" method="get"> |
| 30 | 29 | <input type="hidden" name="page" value="<?php echo esc_attr( FrmAppHelper::simple_get( 'page', 'sanitize_title' ) ); ?>" /> |
| 31 | 30 | <input type="hidden" name="frm_action" value="list" /> |
| 32 | - <input type="hidden" name="form_type" value="<?php echo esc_attr( $form_type ); ?>" /> | |
| 33 | 31 | <?php |
| 34 | 32 | |
| 35 | 33 | $wp_list_table->search_box( __( 'Search', 'formidable' ), 'entry' ); |
| 36 | 34 | $wp_list_table->display(); |