Title::getPageViewLanguage() now calls Content::getPageViewLanguage(), which in turn calls Content::getPageLanguage(). Title::getPageLanguage() is not called, and thus the PageContentLanguage hooks is bypassed.
The proposed solution is to move the PageContentLanguage from Title::getPageLanguage() to Content::getPageLanguage().
Version: 1.21.x
Severity: normal