"Function __, with the arguments" – false positive
-
In a theme code, I’ve got my own class with the following methods:
class SomeClassName { protected function __() { ... } protected function _x() { ... } }
And Theme-check reports:
WARNING: Found a translation function that is missing a text-domain. Function _x, with the arguments
WARNING: Found a translation function that is missing a text-domain. Function __, with the argumentswhich is not true.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘"Function __, with the arguments" – false positive’ is closed to new replies.