From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- includes/api/ApiQueryTags.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'includes/api/ApiQueryTags.php') diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php index 4ab0c3d1..12cea1d7 100644 --- a/includes/api/ApiQueryTags.php +++ b/includes/api/ApiQueryTags.php @@ -24,11 +24,6 @@ * @file */ -if ( !defined( 'MEDIAWIKI' ) ) { - // Eclipse helper - will be ignored in production - require_once( 'ApiQueryBase.php' ); -} - /** * Query module to enumerate change tags. * @@ -178,7 +173,7 @@ class ApiQueryTags extends ApiQueryBase { return 'List change tags'; } - protected function getExamples() { + public function getExamples() { return array( 'api.php?action=query&list=tags&tgprop=displayname|description|hitcount' ); -- cgit v1.2.2