Mismatch in default settings
-
In versions 1.6.1 and older the frontend message was shown at the bottom. After upgrading to 1.6.3 it suddenly shows up at the top, even though the settings page shows that it should be on the bottom. After debugging this, I noticed that in includes/class-w357-settings.php the default for message_display_position is set to “bottom”, however the same setting in class-plugin-settings.php has a default of “top”. The get_options call returned false, because we have previously not saved the settings and left the default. Those two defaults should match to not cause confusion.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Mismatch in default settings’ is closed to new replies.