ptbello / _strap

_strap is a WordPress theme with the goal of integrating Twitter's bootstrap into Automattic's _s with the smallest possible changeset.
201 stars 46 forks source link

Invalid Theme Slug #18

Closed ghostsquad closed 9 years ago

ghostsquad commented 9 years ago

Weird, I get an error message that my slug is invalid.

this-is-a-test is not a valid Theme slug - try: this_is_a_test instead

yet the example is:

Something like "my-awesome-theme" or "mat"
ptbello commented 9 years ago

The slug is also used as a prefix in some functions, so it needs to follow function naming constraints. I corrected the hint accordingly. Thanks for pointing that out!