UCF / UCF-WordPress-Theme

A generic, responsive WordPress theme for UCF websites, built off of the Athena Framework.
3 stars 6 forks source link

Force absolute includes in functions.php #73

Closed cjg89 closed 4 years ago

cjg89 commented 4 years ago

Description

See title

Motivation and Context

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

Checklist: