|
@@ -21,14 +21,14 @@ |
|
|
block discarded – undo |
|
21
|
21
|
</div> |
|
22
|
22
|
<div class="widget-inside frm_hidden"> |
|
23
|
23
|
<?php |
|
24
|
|
- if ( defined('DOING_AJAX') || ! $action_control->action_options['ajax_load'] ) { |
|
25
|
|
- // only load settings if they are just added or are open |
|
|
24
|
+ if ( defined('DOING_AJAX') || ! $action_control->action_options['ajax_load'] ) { |
|
|
25
|
+ // only load settings if they are just added or are open |
|
26
|
26
|
include( dirname( __FILE__ ) . '/_action_inside.php' ); |
|
27
|
|
- } else { |
|
28
|
|
- // include hidden settings so action won't get lost on update ?> |
|
|
27
|
+ } else { |
|
|
28
|
+ // include hidden settings so action won't get lost on update ?> |
|
29
|
29
|
<input type="hidden" name="<?php echo esc_attr( $action_control->get_field_name('post_excerpt', '') ) ?>" class="frm_action_name" value="<?php echo esc_attr( $form_action->post_excerpt ); ?>" /> |
|
30
|
30
|
<input type="hidden" name="<?php echo esc_attr( $action_control->get_field_name('ID', '') ) ?>" value="<?php echo esc_attr( $form_action->ID ); ?>" /> |
|
31
|
31
|
<?php |
|
32
|
|
- } ?> |
|
|
32
|
+ } ?> |
|
33
|
33
|
</div> |
|
34
|
34
|
</div> |
Please login to merge, or discard this patch.