Browse Source

Merge branch 'master' into 3.next

Mark Story 7 years ago
parent
commit
2d83d56ed1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/View/Helper/FormHelper.php

+ 2 - 0
src/View/Helper/FormHelper.php

@@ -856,6 +856,8 @@ class FormHelper extends Helper
      * - `for` - Set the for attribute, if its not defined the for attribute
      *   will be generated from the $fieldName parameter using
      *   FormHelper::_domId().
+     * - `escape` - Set to `false` to turn off escaping of label text.
+     *   Defaults to `true`.
      *
      * Examples:
      *