Skip to content

Commit

Permalink
Merge pull request #455 from Codeinwp/bugfix/452
Browse files Browse the repository at this point in the history
Fixed conflict with WPForms
  • Loading branch information
vytisbulkevicius authored Nov 11, 2024
2 parents 64e7233 + fcbce4c commit 31d4a48
Showing 1 changed file with 1 addition and 1 deletion.
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 31d4a48

Please sign in to comment.