WebDevStudios / wds-block-starter

A block starter for projects.
15 stars 3 forks source link

Quick fix on conditionals #17

Closed michealengland closed 4 years ago

michealengland commented 4 years ago

While troubleshooting stylesheets not being enqueued I noticed that file_exists() was checking for only part of the path. This update checks for the whole path which fixes the conditional to be true.

There is not an open issue associated with this update.

Frontend Style Example

Screen Shot 2020-03-17 at 2 58 48 PM

Editor Style Example

Screen Shot 2020-03-17 at 2 58 41 PM

How to Test