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 Aug 15, 2019. It is now read-only.
One thing to be aware of is that themes can be installed in subdirectories of themes, for instance wp-content/themes/free/my-awesome-theme. As such, we'll need to somehow support themes where a / could be in the slug.
The text was updated successfully, but these errors were encountered:
hmm I don't know if / is a valid slug character. While this is possible in wordpress, a slug almost by definition should not have a / in it - maybe we'd have to transform it in the response and somehow on input too, but keeping a slash in the url is going to be mightily confusing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
One thing to be aware of is that themes can be installed in subdirectories of
themes
, for instancewp-content/themes/free/my-awesome-theme
. As such, we'll need to somehow support themes where a/
could be in the slug.The text was updated successfully, but these errors were encountered: