mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #1071 from sunnysideup/patch-1
Update forms/TextareaField.php: small edit to description of the field
This commit is contained in:
commit
7dda38742e
@ -11,8 +11,6 @@
|
||||
* new TextareaField(
|
||||
* $name = "description",
|
||||
* $title = "Description",
|
||||
* $rows = 8,
|
||||
* $cols = 3,
|
||||
* $value = "This is the default description"
|
||||
* );
|
||||
* </code>
|
||||
|
Loading…
Reference in New Issue
Block a user