Did wowhead only change the links for English? Good to know it won’t work for languages other than English. I had not tested it on other languages yet.
I was able to fix this problem by change the line below:
$link->href = str_replace($base_url ."/wow/". $lang ."/item/", "http://$lang.wowhead.com/item=", $link->href);
To this:
$link->href = str_replace($base_url ."/wow/". $lang ."/item/", "http://wowhead.com/item=", $link->href);
In the file warcraft-news.php.
Works like a champ, it appears wowhead took the language off their links to items.