mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-27 17:50:53 +00:00
Remove unused 'OpenSearchXml' hook handler
This is the equivalent of the current 'ApiOpenSearchSuggest' hook as it once existed in the "OpenSearchXml" MediaWiki extension, which merged into core and archived three years ago. See also Ibe244851857ddff3a437acb12c3cc7660eb89089 in TextExtracts Change-Id: Ifae845925692f2c1113896133e99901782126841
This commit is contained in:
parent
994220dbf5
commit
3caa4aaf28
|
@ -30,7 +30,6 @@
|
|||
"BeforePageDisplay": "PageImages::onBeforePageDisplay",
|
||||
"InfoAction": "PageImages::onInfoAction",
|
||||
"LinksUpdate": "PageImages\\Hooks\\LinksUpdateHookHandler::onLinksUpdate",
|
||||
"OpenSearchXml": "PageImages::onApiOpenSearchSuggest",
|
||||
"ParserMakeImageParams": "PageImages\\Hooks\\ParserFileProcessingHookHandlers::onParserMakeImageParams",
|
||||
"SpecialMobileEditWatchlist::images": "PageImages::onSpecialMobileEditWatchlistImages"
|
||||
},
|
||||
|
@ -97,4 +96,4 @@
|
|||
}
|
||||
},
|
||||
"manifest_version": 2
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue