| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | } |
| 5 | 5 | ?> |
| 6 | 6 | <p class="frm4 frm_first frm_form_field"> |
| 7 | 7 | <label><?php esc_html_e( 'Color', 'formidable' ); ?></label> |
| 8 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'description_color' ) ); ?>" id="frm_description_color" class="hex" value="<?php echo esc_attr( $style->post_content['description_color'] ); ?>" <?php do_action( 'frm_style_settings_input_atts', 'description_color' ); ?> /> | |
| 8 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'description_color' ) ); ?>" id="frm_description_color" class="hex" value="<?php echo esc_attr( $style->post_content['description_color'] ); ?>" /> | |
| 9 | 9 | </p> |
| 10 | 10 | <p class="frm4 frm_form_field"> |
| 11 | 11 | <label><?php esc_html_e( 'Weight', 'formidable' ); ?></label> |
| 12 | 12 | <select name="<?php echo esc_attr( $frm_style->get_field_name( 'description_weight' ) ); ?>" id="frm_description_weight"> |