You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Hello everyone,
I get an 404 error for http://localhost/X/wp-content/themes/my-child-theme-name/assets/stylesheets/foundation.css?ver=2.3.0 file.
I didn't get an 404 error when I change get_stylesheet_directory_uri() to get_template_directory_uri()
I'm talking about : https://github.com/olefredrik/FoundationPress/blob/v2.5.0/library/enqueue-scripts.php#L16
Is there any special reason to use get_stylesheet_directory_uri() instead of get_template_directory_uri()?
How can this bug be reproduced?
What did you expect to happen?
I must get 200, not 400.
The text was updated successfully, but these errors were encountered: