Undefined offset in textdomain.php on line 82
-
Notices:
Notice: Undefined offset: 2 in /wp-content/plugins/theme-check/checks/textdomain.php on line 82
Notice: Undefined offset: 3 in /wp-content/plugins/theme-check/checks/textdomain.php on line 82
Example code that is causing this:
__( 'test' . 'another string' . 'yet another string', 'domain' )
ReduxFramework is causing these notices, I have submitted a bug report but they think you should fix the way you parse the strings.
See here: https://github.com/reduxframework/redux-framework/issues/2685Code that is causing this is here: https://github.com/reduxframework/redux-framework/blob/master/ReduxCore/inc/welcome/welcome.php#L104
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined offset in textdomain.php on line 82’ is closed to new replies.