HTMLForm: Correct documentation
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 28 Jul 2015 22:18:39 +0000 (00:18 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 28 Jul 2015 22:52:17 +0000 (00:52 +0200)
Change-Id: I84f4d886907b2ae988956563fda48e78afb3cfa6

includes/htmlform/HTMLForm.php

index b10d789..ac064bc 100644 (file)
  *    'size'                -- the length of text fields
  *    'filter-callback      -- a function name to give you the chance to
  *                             massage the inputted value before it's processed.
- *                             @see HTMLForm::filter()
+ *                             @see HTMLFormField::filter()
  *    'validation-callback' -- a function name to give you the chance
  *                             to impose extra validation on the field input.
- *                             @see HTMLForm::validate()
+ *                             @see HTMLFormField::validate()
  *    'name'                -- By default, the 'name' attribute of the input field
  *                             is "wp{$fieldname}".  If you want a different name
  *                             (eg one without the "wp" prefix), specify it here and