From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- includes/api/ApiQueryIWBacklinks.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes/api/ApiQueryIWBacklinks.php') diff --git a/includes/api/ApiQueryIWBacklinks.php b/includes/api/ApiQueryIWBacklinks.php index b47d31f2..ebae3e76 100644 --- a/includes/api/ApiQueryIWBacklinks.php +++ b/includes/api/ApiQueryIWBacklinks.php @@ -239,4 +239,8 @@ class ApiQueryIWBacklinks extends ApiQueryGeneratorBase { 'api.php?action=query&generator=iwbacklinks&giwbltitle=Test&giwblprefix=wikibooks&prop=info' ); } + + public function getHelpUrls() { + return 'https://www.mediawiki.org/wiki/API:Iwbacklinks'; + } } -- cgit v1.2.3-54-g00ecf