Docs: Remove reference to UploadVerification hook, removed in 1.34

Was deprecated in 1.28 and removed, so it need not be mentioned as
an alternative to `UploadVerifyFile`

Bug: T220656
Change-Id: Ic1c78a0216ca6f03099c1e8433297418f3d50172
This commit is contained in:
DannyS712 2020-02-23 01:48:33 +00:00
parent 6b06508d27
commit b640be36b1

View file

@ -3581,8 +3581,7 @@ $props: (array|null) File properties, as returned by
MessageSpecifier instance (you might want to use ApiMessage to provide machine
-readable details for the API).
'UploadVerifyFile': extra file verification, based on MIME type, etc. Preferred
in most cases over UploadVerification.
'UploadVerifyFile': extra file verification, based on MIME type, etc.
$upload: (object) an instance of UploadBase, with all info about the upload
$mime: (string) The uploaded file's MIME type, as detected by MediaWiki.
Handlers will typically only apply for specific MIME types.