For whatever reason, relative includes aren't working as expected, and are attempting to (and successfully) loading core WP files instead of theme-specific files when found. This is causing a fatal error in WP 5.3 with the theme's includes/deprecated.php import.
How Has This Been Tested?
Tested locally against WP 5.3.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires an update to the documentation.
Description
See title
Motivation and Context
For whatever reason, relative
include
s aren't working as expected, and are attempting to (and successfully) loading core WP files instead of theme-specific files when found. This is causing a fatal error in WP 5.3 with the theme'sincludes/deprecated.php
import.How Has This Been Tested?
Tested locally against WP 5.3.
Types of changes
Checklist: