Fix hook documentation for UploadFormSourceDescriptors
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 20 Sep 2015 08:34:40 +0000 (10:34 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 20 Sep 2015 17:49:23 +0000 (17:49 +0000)
The second and third parameter were not in documentation.

Follows 91e4d80448dacc223d06a55a7fd7bf771c1af4e8 (r57868)

Change-Id: Ife98beab4e231d1a4236ec6bfb627afa4f818a6f

docs/hooks.txt

index 54ab46c..0481874 100644 (file)
@@ -3108,7 +3108,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.