Skip to content

Commit fcbce4c

Browse files
Fix conflict with WPForms
1 parent f4aeab6 commit fcbce4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/classes/wp-maintenance-mode-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ public function add_display_post_states( $post_states, $post ) {
11821182
*/
11831183
public function add_wizard_classes( $classes ) {
11841184
if ( ! get_option( 'wpmm_fresh_install', false ) ) {
1185-
$classes .= 'wpmm-wizard-fullscreen';
1185+
$classes .= ' wpmm-wizard-fullscreen';
11861186
}
11871187

11881188
return $classes;

0 commit comments

Comments
 (0)