Skip to content

Commit

Permalink
Fixing an issue where the local font setting is not saveable when not…
Browse files Browse the repository at this point in the history
… using kadence theme.

https://stellarwp.atlassian.net/browse/KAD-2960
Have no idea when or why this submit button was removed, but it sohuld be there.
  • Loading branch information
mark-c-woodard committed Jul 9, 2024
1 parent 85d2f47 commit 2af73cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/settings/class-kadence-blocks-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@ public function config_page() {
echo '<form action="options.php" method="post">';
settings_fields( 'kadence_blocks_font_settings' );
do_settings_sections( 'kt_blocks_fonts_section' );
submit_button( __( 'Save Changes', 'kadence-blocks' ) );
echo '</form>';
?>
</div>
Expand Down

0 comments on commit 2af73cc

Please sign in to comment.