Allow QueryPage subclasses to use a different "no results" message than "specialpage...
authorJack Phoenix <jack@countervandalism.net>
Wed, 29 Apr 2015 00:16:38 +0000 (03:16 +0300)
committerJack Phoenix <jack@countervandalism.net>
Sat, 2 May 2015 23:18:43 +0000 (02:18 +0300)
commit37bab4a45afd4993a570f18e1fae06346b42d976
tree4eb5d074063ca4eb052ddb1a30310cac6280db88
parentcd56c087a4fd41b40de65198d9c6ca5c85a4a6cf
Allow QueryPage subclasses to use a different "no results" message than "specialpage-empty"

Child classes wishing to show a different message, such as wikiHow's
NewArticleBoost extension, need to override showEmptyText() to display
their custom message via the appropriate OutputPage method(s).

Change-Id: If488e2c81b225eb651e52bcca0fea08b8e685286
includes/specialpage/QueryPage.php