Merge "Fix hook documentation for UploadFormSourceDescriptors"

This commit is contained in:
jenkins-bot 2015-09-23 07:56:34 +00:00 committed by Gerrit Code Review
commit 82a26e81b4

View file

@ -3110,7 +3110,9 @@ $descriptor: (array) the HTMLForm descriptor
'UploadFormSourceDescriptors': after the standard source inputs have been
added to the descriptor
$descriptor: (array) the HTMLForm descriptor
&$descriptor: (array) the HTMLForm descriptor
&$radio: Boolean, if source type should be shown as radio button
$selectedSourceType: The selected source type
'UploadVerification': Additional chances to reject an uploaded file. Consider
using UploadVerifyFile instead.