Merge branch 'master' into config-class

This commit is contained in:
QWp6t
2016-12-28 13:20:50 -08:00
committed by GitHub
5 changed files with 52 additions and 20 deletions

View File

@@ -57,7 +57,7 @@ add_filter('template_include', function ($template) {
echo template($template, $data);
// Return a blank file to make WordPress happy
return dirname(__DIR__).'/index.php';
return get_theme_file_path('index.php');
}, PHP_INT_MAX);
/**