"Reedy" posted a comment on MediaWiki.r99808.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99808#c27212
Commit summary for MediaWiki.r99808:
Update some deprecated code
Documentation
Fix "/*" comments to "/**"
Flesh out some missing returns, change some return types
Reedy's comment:
Looking at the code in trunk...
<source lang="php">
# Subclasses can change this to override the viewer class.
protected $mCategoryViewerClass = 'CategoryViewer';
/**
* @param $title Title
* @return WikiCategoryPage
*/
protected function newPage( Title $title ) {
// Overload mPage with a category-specific page
return new WikiCategoryPage( $title );
}
</source>
It's either been replaced, or removed already
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview