X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryImages.php;h=1b39d2827e4913294f12f6ee2488181044e23350;hb=29adb0378d4d80fc62218b11cde3458da50ebdbb;hp=e23ce45e27d4e4d302f3b0fbd265f77e0b648753;hpb=aeae6afbbb26c67fd0f20e23d13fa9f3d77420d0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryImages.php b/includes/api/ApiQueryImages.php index e23ce45e27..1b39d2827e 100644 --- a/includes/api/ApiQueryImages.php +++ b/includes/api/ApiQueryImages.php @@ -162,7 +162,7 @@ class ApiQueryImages extends ApiQueryGeneratorBase { ); } - public function getExamplesMessages() { + protected function getExamplesMessages() { return array( 'action=query&prop=images&titles=Main%20Page' => 'apihelp-query+images-example-simple', @@ -172,6 +172,6 @@ class ApiQueryImages extends ApiQueryGeneratorBase { } public function getHelpUrls() { - return 'https://www.mediawiki.org/wiki/API:Properties#images_.2F_im'; + return 'https://www.mediawiki.org/wiki/API:Images'; } }