| @@ -1,12 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | if ( ! defined( 'ABSPATH' ) ) { |
| 3 | 3 | die( 'You are not allowed to call this page directly.' ); |
| 4 | 4 | } |
| 5 | - | |
| 6 | -$data_attrs = array( 'data-contextual-shortcodes' => FrmAppHelper::maybe_json_encode( FrmShortcodeHelper::get_contextual_codes() ) ); | |
| 7 | 5 | ?> |
| 8 | -<div id="frm_adv_info" class="postbox frm-dropdown-menu" <?php FrmAppHelper::array_to_html_params( $data_attrs, true ); ?>> | |
| 6 | +<div id="frm_adv_info" class="postbox"> | |
| 9 | 7 | <div class="inside"> |
| 10 | 8 | <?php FrmFormsController::mb_tags_box( $id ); ?> |
| 11 | 9 | </div> |
| 12 | 10 | </div> |