File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,6 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
57
57
58
58
.. include :: /reference/forms/types/options/label.rst.inc
59
59
60
- .. include :: /reference/forms/types/options/read_only.rst.inc
60
+ .. include :: /reference/forms/types/options/read_only.rst.inc
61
+
62
+ .. _`Locale::getDefault()` : http://php.net/manual/en/locale.getdefault.php
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ the ISO3166 *country* code (e.g. ``fr_FR`` for French/France).
14
14
15
15
.. note ::
16
16
17
- The locale of your user is guessed using :phpmethod: `Locale::getDefault() `
17
+ The locale of your user is guessed using `Locale::getDefault() `_
18
18
19
19
Unlike the ``choice `` type, you don't need to specify a ``choices `` or
20
20
``choice_list `` option as the field type automatically uses a large list
@@ -59,4 +59,6 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
59
59
60
60
.. include :: /reference/forms/types/options/label.rst.inc
61
61
62
- .. include :: /reference/forms/types/options/read_only.rst.inc
62
+ .. include :: /reference/forms/types/options/read_only.rst.inc
63
+
64
+ .. _`Locale::getDefault()` : http://php.net/manual/en/locale.getdefault.php
You can’t perform that action at this time.
0 commit comments