ver 2.3 Why in my case the site was broken due to a fatal error
-
My site has been unable to display due to an error since I updated to 2.3.
Now it works fine in 2.3
In my case the cause was
function wp_scss_set_variables(){ $variables = array( 'colors' => ' primary #333, secondary #666', ); return $variables; } add_filter('wp_scss_variables','wp_scss_set_variables');
It seems that a fatal error occurs when there is a space at the beginning of the colors value
Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ver 2.3 Why in my case the site was broken due to a fatal error’ is closed to new replies.