Closed tylercherpak closed 6 years ago
If I use long-theme-name the find and replace for the CamelCase end up as LongTheme Name(with a space) which impacts the php namespace.
long-theme-name
LongTheme Name
It should be LongThemeName.
@tylercherpak awesome, nice catch
fixed
If I use
long-theme-name
the find and replace for the CamelCase end up asLongTheme Name
(with a space) which impacts the php namespace.It should be LongThemeName.