Google AdSense has an issue with misspelled variables on line 41-42 in file GoogleAdSense.class.php
:
google_language = \"$GoogleAdSenseLang\";
google_encoding = \"$GoogleAdSenseEncoding\";
It should be:
google_language = \"$wgGoogleAdSenseLang\";
google_encoding = \"$wgGoogleAdSenseEncoding\";
So the letters "wg" are missing and the variables remain undefined! --WikiForMen (talk) 05:31, 7 January 2021 (UTC)