Bug, I guess
-
The plugin returns a seamless sequence of notices like this:
Notice: Uninitialized string offset: 11439 in wp-content/plugins/theme-check/checks/i18n.php on line 27
And this happens because of an open parenthesis among the text:
_e( 'text field (you can leave it blank', 'mytheme' );
Note the parenthesis before “you can…”. Of course I’ve simply fixed by closing the parenthesis, but I think it is possibile (for some reason) a scenario with parenthesis not closed if the thing doesn’t generate a fatal error.
Manuel ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug, I guess’ is closed to new replies.