Is there a new method for SpecialPage::addPage()
? I'd like to use Extension:ArticleComments on MW 1.23.3.
Topic on Project:Support desk
Appearance
> Is there a new method for SpecialPage::addPage()?
Nope
> I'd like to use Extension:ArticleComments on MW 1.23.3.
Use Manual:$wgSpecialPages instead :)
Thanks! It was indeed just assigning a new Special Page :)