Merge pull request #1071 from sunnysideup/patch-1

Update forms/TextareaField.php: small edit to description of the field
This commit is contained in:
Ingo Schommer 2013-01-11 06:37:01 -08:00
commit 7dda38742e

View File

@ -11,8 +11,6 @@
* new TextareaField(
* $name = "description",
* $title = "Description",
* $rows = 8,
* $cols = 3,
* $value = "This is the default description"
* );
* </code>