Closed obenland closed 11 years ago
It didn't. The slug always had underscores instead of spaces/hyphens because hyphens are illegal in function names. Do you think there's a way we can differentiate between a callback function string and a text domain?
Callback functions should start with '_s_'
, while textdomains are '_s'
.
Fixed in #10
For textdomains, spaces should be replaced by hyphens rather than underscores.
Just noticed it when generating
Wu Wei
. Did this change recently? :)