I'm getting these two notices when I run Theme Check:
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
I have identified this to be due to a string concatenating inside ReduxFramework, welcome.php file:
...s a <a href="' . 'https://' . 'wordpress.org/s...
Is there any reason why this string is not in one piece?