Skip to content

Commit

Permalink
Restore the save button
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 9, 2023
1 parent d880813 commit 59e5cb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/my-calendar-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ function my_calendar_style_edit() {
<label for='new_style_var_val'><?php esc_html_e( 'Color:', 'my-calendar' ); ?></label>
<input type='text' class="mc-color-input" name='new_style_var[val]' id='new_style_var_val' />
</p>
<p>
<input type="submit" name="save" class="button-primary button-adjust" value="<?php esc_attr_e( 'Save Changes', 'my-calendar' ); ?>" />
</p>
</fieldset>
</form>
<?php
Expand Down

0 comments on commit 59e5cb9

Please sign in to comment.