WordPress / theme-check

Theme Check plugin
https://wordpress.org/plugins/theme-check/
333 stars 108 forks source link

adding style-variations tag to the list of valid tags #440

Closed matiasbenedetto closed 1 year ago

matiasbenedetto commented 1 year ago

What?

Adding "style-variations" tag is missing from the valid theme tags.

Without this fix you get this warning on themes using that tag:

INFO Found wrong tag, remove style-variations from your style.css header.

Why?

The "style-variations" is valid feature tag documented here: https://make.wordpress.org/themes/handbook/review/required/theme-tags/#features-tags

Fixes: #439

kafleg commented 1 year ago

Thank you for the PR. Looks good to me.