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:
James D. Forrester 2019-12-20 16:55:15 +00:00
parent 994220dbf5
commit 3caa4aaf28

View file

@ -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
}
}