-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
I have been looking at the code for textdomain to check that the textdomain matches the theme slug.
While doing so I realized that the theme check is checking the contents of the parent theme also when checking a child theme.
My proposal would be
- Only include the parent files when running the plugin locally but not when uploading the child theme to w.org
- Not running some checks if it is a child theme like
style_needed.phpas the styles should already be included in the parent theme.
Metadata
Metadata
Assignees
Labels
No labels