-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Otto brought this up in Slack (https://wordpress.slack.com/archives/themereview/p1470952005002504), but it's long been one of those things that we wouldn't allow.
Basically, themes should not be attempting to find and load the wp-load.php file. I can't think for a legit use case for themes to do this.
This is most often an issue when themes are attempting to create a dynamic stylesheet instead of utilizing the wp_add_inline_style() function.
grappler