X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2FApiOpenSearch.php;h=419fd140d70f5f774b78a2f4efae140c27364ca5;hp=dc1b4e73afd61ce376841d950bb8666bbbaac0c2;hb=2480aae0c97d822e10b50619e7b48b25c45af073;hpb=273eea7357c546d1a1aafd73320e10e8ddac79eb diff --git a/includes/api/ApiOpenSearch.php b/includes/api/ApiOpenSearch.php index dc1b4e73af..419fd140d7 100644 --- a/includes/api/ApiOpenSearch.php +++ b/includes/api/ApiOpenSearch.php @@ -4,7 +4,7 @@ * * Copyright © 2006 Yuri Astrakhan "@gmail.com" * Copyright © 2008 Brion Vibber - * Copyright © 2014 Brad Jorsch + * Copyright © 2014 Wikimedia Foundation and contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,6 @@ */ use MediaWiki\MediaWikiServices; -use Wikimedia\Rdbms\Database; /** * @ingroup API @@ -233,7 +232,7 @@ class ApiOpenSearch extends ApiBase { break; case 'xml': - // http://msdn.microsoft.com/en-us/library/cc891508%28v=vs.85%29.aspx + // https://msdn.microsoft.com/en-us/library/cc891508(v=vs.85).aspx $imageKeys = [ 'source' => true, 'alt' => true,