mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch 'phillprice-patch-9' into 3.1
This commit is contained in:
commit
89aae54cf8
@ -6,7 +6,7 @@
|
||||
* the same.
|
||||
*
|
||||
* Example:
|
||||
* <code php>
|
||||
* <code>
|
||||
* new CheckboxSetField(
|
||||
* $name = "topics",
|
||||
* $title = "I am interested in the following topics",
|
||||
@ -17,7 +17,7 @@
|
||||
* "4" => "Sports"
|
||||
* ),
|
||||
* $value = "1"
|
||||
* )
|
||||
* );
|
||||
* </code>
|
||||
*
|
||||
* <b>Saving</b>
|
||||
|
Loading…
Reference in New Issue
Block a user