Aug 05, 2022 4:27 pm
Hello,
When we save the general settings, the 2022 theme is always activated.
I have seen that in the Setting.php file, 2022 is defined as the default theme. It seems that when saving the changes, the theme that is currently active is not being taken into account and it is always saved as the 2022 theme.
$this->_general = [
'admin_bar' => [ 1, 2 ],
'wp_date_format' => false,
'fontawesome' => 'sitewide',
'debug_mode' => false,
'current_theme' => '2022',
];
Thanks.
1 Reply
Aug 05, 2022 5:30 pm
Sorry, I did not specify in which version it happens. 🤦♂️
wpForo 2.0.3
Thanks.