| @@ -11,9 +11,11 @@ | ||
| 11 | 11 | <input type="hidden" name="ID" value="<?php echo esc_attr( $style->ID ); ?>" /> |
| 12 | 12 | <input type="hidden" name="frm_action" value="save" /> |
| 13 | 13 | |
| 14 | 14 | <?php if ( ! $style->ID ) { ?> |
| 15 | - <?php // Include a hidden input for new styles so the new style name updates. ?> | |
| 15 | + <?php | |
| 16 | + // Include a hidden input for new styles so the new style name updates. | |
| 17 | + ?> | |
| 16 | 18 | <input name="<?php echo esc_attr( $frm_style->get_field_name( 'post_title', '' ) ); ?>" type="hidden" value="<?php echo esc_attr( $style->post_title ); ?>" /> |
| 17 | 19 | <?php } ?> |
| 18 | 20 | |
| 19 | 21 | <?php |