Skip to content

Commit

Permalink
release: fixes
Browse files Browse the repository at this point in the history
- Fixed conflict with WPForms
- Updated dependencies
  • Loading branch information
vytisbulkevicius authored Nov 11, 2024
2 parents 4943c88 + 31d4a48 commit 56854ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion includes/classes/wp-maintenance-mode-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ public function add_display_post_states( $post_states, $post ) {
*/
public function add_wizard_classes( $classes ) {
if ( ! get_option( 'wpmm_fresh_install', false ) ) {
$classes .= 'wpmm-wizard-fullscreen';
$classes .= ' wpmm-wizard-fullscreen';
}

return $classes;
Expand Down

0 comments on commit 56854ed

Please sign in to comment.