On Sat, Mar 1, 2014 at 4:35 PM, Jeroen De Dauw jeroendedauw@gmail.com wrote:
And for what? The old method is just forwarding to the new one. All this hassle for a rename?
If you read the commit, the purpose is that this function is planned to be removed entirely. The end goal is to get SpecialPage to inherit ContextSource (or hopefully have it as a trait once we move to 5.4), but it was impossible to do that since SpecialPage decided to implement getTitle() differently.