You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lesson learned. GNU gettext is not a PHP parser. Thanks man for pointing it out, I'll replace all the occurrences and push an updated, then see about your other issue and PRs.
printf( __('Send a new message to %s:', BBP_MESSAGES_DOMAIN);
This shouldn't be working... although it does... weird.
It should be
printf( __('Send a new message to %s:', 'bbp-messages');
Explaination by Otto, core WP dev
http://ottopress.com/2012/internationalization-youre-probably-doing-it-wrong/
More info
https://ulrich.pogson.ch/string-text-domain-must
The text was updated successfully, but these errors were encountered: