Commit 75d73888 by Scott

Fix SnowFlat include

parent 5e1f92e7
...@@ -60,7 +60,7 @@ class qa_html_theme extends qa_html_theme_base ...@@ -60,7 +60,7 @@ class qa_html_theme extends qa_html_theme_base
* If you change the theme name from `Snow` to anything, make sure to * If you change the theme name from `Snow` to anything, make sure to
* change in below condition * change in below condition
*/ */
if (qa_opt('site_theme') === 'Snow') { if (qa_opt('site_theme') === 'SnowFlat') {
require_once('inc/qam-snow-theme.php'); require_once('inc/qam-snow-theme.php');
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment